pub fn _mm512_zextph256_ph512(a: __m256h) -> __m512h🔬This is a nightly-only experimental API. (
stdarch_x86_avx512_f16)Expand description
Cast vector of type __m256h to type __m512h. The upper 16 elements of the result are zeroed.
This intrinsic can generate the vzeroupper instruction, but most of the time it does not generate
any instructions.