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

Slowly inserts an m128i to m256i.

This is a “historical artifact” that was potentially useful if you have AVX but not AVX2. If you plan on having AVX2 available please use insert_m128i_to_m256i, it will do the same task with better performance.

  • Intrinsic: [``]
  • Assembly: