pub fn _mm256_undefined_ph() -> __m256hAvailable on x86 and target feature
avx512fp16 and target feature avx512vl only.Expand description
Return vector of type __m256h with indetermination elements.
Despite using the word “undefined” (following Intel’s naming scheme), this non-deterministically
picks some valid value and is not equivalent to mem::MaybeUninit.
In practice, this is typically equivalent to mem::zeroed.