Function blend_varying_m256d

pub fn blend_varying_m256d(a: m256d, b: m256d, mask: m256d) -> m256d
Available on crate feature dep_safe_arch 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: