pub fn dot_product_m256<const IMM: i32>(a: m256, b: m256) -> m256
Available with target feature avx only.
Expand description

This works like dot_product_m128, but twice as wide.

The given control is used for the lower 4 lanes and then separately also the upper four lanes. See the other macro for more info on how the control works.

  • Intrinsic: [``]
  • Assembly: