Function _mm512_permutexvar_ph

#[target_feature(enable = "avx512fp16")]
pub fn _mm512_permutexvar_ph(idx: __m512i, a: __m512h) -> __m512h

Shuffle half-precision (16-bit) floating-point elements in a using the corresponding index in idx, and store the results in dst.

Intel's documentation