Function safe_arch::convert_to_m128_from_m256d
source ยท pub fn convert_to_m128_from_m256d(a: m256d) -> m128
Available with target feature
avx
only.Expand description
Convert f64
lanes to be f32
lanes.
- Intrinsic:
_mm256_cvtpd_ps
- Assembly:
vcvtpd2ps xmm, ymm