Function safe_arch::convert_to_i32_m256i_from_m256
source ยท pub fn convert_to_i32_m256i_from_m256(a: m256) -> m256i
Available with target feature
avx
only.Expand description
Convert f32
lanes to be i32
lanes.
- Intrinsic:
_mm256_cvtps_epi32
- Assembly:
vcvtps2dq ymm, ymm