_mm_cvtss_si32

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

  1. int _mm_cvtss_si32(__m128 a)
    nothrow @nogc @safe
    static if(LDC_with_SSE1)
    int
    _mm_cvtss_si32
    (
    __m128 a
    )
  2. int _mm_cvtss_si32(__m128 a)

Meta