Function _mm512_broadcastmb_epi64

#[target_feature(enable = "avx512cd")]
pub const fn _mm512_broadcastmb_epi64(k: __mmask8) -> __m512i

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

Intel's documentation