_mm_cvttss_si64

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

nothrow @nogc pure @safe
long
_mm_cvttss_si64
(
__m128 a
)

Meta