_mm_sub_ps

Subtract packed single-precision (32-bit) floating-point elements in b from packed single-precision (32-bit) floating-point elements in a.

nothrow @nogc pure @safe
__m128
_mm_sub_ps
(
__m128 a
,
__m128 b
)

Meta