pub fn shuffle_av_f32_half_m256(a: m256, v: m256i) -> m256
Available with target feature avx 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.