pub fn shuffle_av_i8z_all_m128i(a: m128i, v: m128i) -> m128i
Available with target feature ssse3 only.
Expand description

Shuffle i8 lanes in a using i8 values in v.

If a lane in v is negative, that output is zeroed.