Function safe_arch::convert_to_m256d_from_i32_m128i
source ยท pub fn convert_to_m256d_from_i32_m128i(a: m128i) -> m256d
Available with target feature
avx
only.Expand description
Convert i32
lanes to be f64
lanes.
- Intrinsic:
_mm256_cvtepi32_pd
- Assembly:
vcvtdq2pd ymm, xmm