_mm_cvtss_si64

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

  1. long _mm_cvtss_si64(__m128 a)
    version(LDC && X86_64)
    nothrow @nogc @safe
    long
    _mm_cvtss_si64
    (
    __m128 a
    )
  2. long _mm_cvtss_si64(__m128 a)
  3. long _mm_cvtss_si64(__m128 a)

Meta