_mm_sub_ss

Subtract the lower single-precision (32-bit) floating-point element in b from the lower single-precision (32-bit) floating-point element in a, store the subtration result in the lower element of result, and copy the upper 3 packed elements from a to the upper elements of result.

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

Meta