pub fn blend_varying_m256(a: m256, b: m256, mask: m256) -> m256
Available with target feature avx only.
Expand description

Blend the lanes according to a runtime varying mask.

The sign bit of each lane in the mask value determines if the output lane uses a (mask non-negative) or b (mask negative).

  • Intrinsic: [``]
  • Assembly: