_mm_cvtps_pi16

Convert packed single-precision (32-bit) floating-point elements in a to packed 16-bit integers. Note: this intrinsic will generate 0x7FFF, rather than 0x8000, for input values between 0x7FFF and 0x7FFFFFFF.

nothrow @nogc @safe
__m64
_mm_cvtps_pi16
(
__m128 a
)

Meta