_mm_floor_ss

Round the lower single-precision (32-bit) floating-point element in b down to an integer value, store the result as a single-precision floating-point element in the lower element, and copy the upper 3 packed elements from a to the upper elements.

nothrow @nogc @trusted
__m128
_mm_floor_ss
(
__m128 a
,
__m128 b
)

Meta