Function surge_wavetable::imports::imports::imports::_mm_mask_blend_epi64[][src]

pub unsafe fn _mm_mask_blend_epi64(k: u8, a: __m128i, b: __m128i) -> __m128i
🔬 This is a nightly-only experimental API. (stdsimd)
This is supported with target feature avx512f,avx512vl only.
Expand description

Blend packed 64-bit integers from a and b using control mask k, and store the results in dst.

Intel’s documentation