Function core::arch::x86_64::_mm_cvt_roundss_sd [−][src]
pub unsafe fn _mm_cvt_roundss_sd<const SAE: i32>(
a: __m128d,
b: __m128
) -> __m128d
This is supported on x86-64 and target feature
avx512f
only.Expand description
将 b 中的下部单精度 (32-bit) 浮点元素转换为双精度 (64-bit) 浮点元素,将结果存储在 dst 的下部元素中,然后将上部的元素从 a 复制到 dst 的上部元素。
可以通过在 sae 参数中传递 _MM_FROUND_NO_EXC 来抑制异常。