Function shuffle_av_f32_half_m256
pub fn shuffle_av_f32_half_m256(a: m256, v: m256i) -> m256
Available on crate feature
dep_safe_arch
only.Expand description
Shuffle f32
values in a
using i32
values in v
.
Each lane selection value picks only within that 128-bit half of the overall register.
- Intrinsic:
_mm256_permutevar_ps
- Assembly:
vpermilps ymm, ymm, ymm