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.
vminq_f16() on Arm 64-bit - NEON
VMIN compares corresponding elements in two vectors, and returns the smaller of each pair.
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.
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.
_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]
_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]
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.
_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]
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.