Function safe_arch::convert_to_i32_from_m256i_s
source ยท pub fn convert_to_i32_from_m256i_s(a: m256i) -> i32
Available with target feature
avx
only.Expand description
Convert the lowest i32
lane to a single i32
.
- Intrinsic:
_mm256_cvtsi256_si32
- Assembly:
vmovd r32, xmm