Function convert_to_f32_from_m256_s
pub fn convert_to_f32_from_m256_s(a: m256) -> f32
Available on crate feature
dep_safe_arch
only.Expand description
Convert the lowest f32
lane to a single f32
.
- Intrinsic:
_mm256_cvtss_f32
- Assembly:
vmovss m32, xmm