Tags / Equivalents

vminh_f16() on Arm 64-bit - NEON

Floating-point minimum (vector). This instruction compares corresponding elements in the vectors in the two source SIMD&FP registers, places the smaller of each of the two floating-point values into a vector, and writes the vector to the destination SIMD&FP register.

 Arm 64-bit

vminq_f16() on Arm 64-bit - NEON

VMIN compares corresponding elements in two vectors, and returns the smaller of each pair.

 Arm 64-bit

vminnmq_f16() on Arm 64-bit - NEON

Floating-point Minimum Number (vector). This instruction compares corresponding vector elements in the two source SIMD&FP registers, writes the smaller of the two floating-point values into a vector, and writes the vector to the destination SIMD&FP register.

 Arm 64-bit

vmin_f16() on Arm 64-bit - NEON

Signed Minimum (vector). This instruction compares corresponding elements in the vectors in the two source SIMD&FP registers, places the smaller of each of the two signed integer values into a vector, and writes the vector to the destination SIMD&FP register.

 Arm 64-bit

_mm256_min_ph() on Intel 64-bit - AVX512

Compare packed half-precision (16-bit) floating-point elements in "a" and "b", and store packed minimum values in "dst". [min_float_note]

 Intel 64-bit

_mm_min_ph() on Intel 64-bit - AVX512

Compare packed half-precision (16-bit) floating-point elements in "a" and "b", and store packed minimum values in "dst". [min_float_note]

 Intel 64-bit

vminnm_f16() on Arm 64-bit - NEON

Floating-point Minimum Number (vector). This instruction compares corresponding vector elements in the two source SIMD&FP registers, writes the smaller of the two floating-point values into a vector, and writes the vector to the destination SIMD&FP register.

 Arm 64-bit

_mm512_min_ph() on Intel 64-bit - AVX512

Compare packed half-precision (16-bit) floating-point elements in "a" and "b", and store packed minimum values in "dst". [min_float_note]

 Intel 64-bit

vminnmh_f16() on Arm 64-bit - NEON

Floating-point Minimum Number (vector). This instruction compares corresponding vector elements in the two source SIMD&FP registers, writes the smaller of the two floating-point values into a vector, and writes the vector to the destination SIMD&FP register.

 Arm 64-bit
 
Some data for your search? Something else? whatever.