_mm_castps_si128

Cast vector of type __m128 to type __m128i. Note: Also possible with a regular cast(__m128i)(a).

nothrow @nogc pure @safe
__m128i
_mm_castps_si128
(
__m128 a
)

Meta