_mm_cvt_roundsd_i32
Classification
AVX-512, Convert, CPUID Test: AVX512F
Header File
Instruction
VCVTSD2SI r32, xmm {er}
Synopsis
_mm_cvt_roundsd_i32(__m128d a, int rounding);
Description
Convert the lower double-precision (64-bit) floating-point element in "a" to a 32-bit integer, and store the result in "dst".
[round_note]
Operation
dst[31:0] := Convert_FP64_To_Int32(a[63:0])