Tags / Equivalents
_mm_min_ps() on Intel 64-bit - SSE4.2
Purpose: Compare packed single-precision (32-bit) floating-point elements in a and b, and store packed minimum values in output.
Output does not follow the IEEE Standard for Floating-Point Arithmetic (IEEE 754) minimum value when inputs are NaN or signed-zero values.
Result value:
Endian considerations: None.