Module sse2
x86_64's Streaming SIMD Extensions 2 (SSE2)
Functions
- _mm_cvtsd_si64 Converts the lower double-precision (64-bit) floating-point element in a to a 64-bit integer.
-
_mm_cvtsd_si64x
Alias for
_mm_cvtsd_si64 -
_mm_cvtsi128_si64
Returns the lowest element of
a. -
_mm_cvtsi128_si64x
Returns the lowest element of
a. -
_mm_cvtsi64_sd
Returns
awith its lower element replaced bybafter converting it to anf64. -
_mm_cvtsi64_si128
Returns a vector whose lowest element is
aand all higher elements are0. -
_mm_cvtsi64x_sd
Returns
awith its lower element replaced bybafter converting it to anf64. -
_mm_cvtsi64x_si128
Returns a vector whose lowest element is
aand all higher elements are0. -
_mm_cvttsd_si64
Converts the lower double-precision (64-bit) floating-point element in
ato a 64-bit integer with truncation. -
_mm_cvttsd_si64x
Alias for
_mm_cvttsd_si64 - _mm_stream_si64 Stores a 64-bit integer value in an 8-byte aligned memory location. To minimize caching, the data is flagged as non-temporal (unlikely to be used again soon).
- cvtsd2si64
- cvttsd2si64