Function _mm256_broadcastmb_epi64

#[target_feature(enable = "avx512cd", enable = "avx512vl")]
pub const fn _mm256_broadcastmb_epi64(k: __mmask8) -> __m256i

Broadcast the low 8-bits from input mask k to all 64-bit elements of dst.

Intel's documentation