Skip to main content

_mm_cvt_roundsh_i64

Function _mm_cvt_roundsh_i64 

1.94.0 · Source
pub fn _mm_cvt_roundsh_i64<const ROUNDING: i32>(a: __m128h) -> i64
Expand description

Convert the lower half-precision (16-bit) floating-point element in a to a 64-bit integer, and store the result in dst.

Rounding is done according to the rounding parameter, which can be one of:

Intel’s documentation