_mm_cvtt_ss2si

Convert the lower single-precision (32-bit) floating-point element in a to a 32-bit integer with truncation.

nothrow @nogc pure @safe
int
_mm_cvtt_ss2si
(
__m128 a
)

Meta