@@ -33746,8 +33746,9 @@ pub fn _mm512_mask_reduce_or_epi64(k: __mmask8, a: __m512i) -> i64 {
3374633746}
3374733747
3374833748/// Returns vector of type `__m512d` with indeterminate elements.
33749- /// Despite being "undefined", this is some valid value and not equivalent to [`mem::MaybeUninit`].
33750- /// In practice, this is equivalent to [`mem::zeroed`].
33749+ /// Despite using the word "undefined" (following Intel's naming scheme), this non-deterministically
33750+ /// picks some valid value and is not equivalent to [`mem::MaybeUninit`].
33751+ /// In practice, this is typically equivalent to [`mem::zeroed`].
3375133752///
3375233753/// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm512_undefined_pd)
3375333754#[inline]
@@ -33759,8 +33760,9 @@ pub fn _mm512_undefined_pd() -> __m512d {
3375933760}
3376033761
3376133762/// Returns vector of type `__m512` with indeterminate elements.
33762- /// Despite being "undefined", this is some valid value and not equivalent to [`mem::MaybeUninit`].
33763- /// In practice, this is equivalent to [`mem::zeroed`].
33763+ /// Despite using the word "undefined" (following Intel's naming scheme), this non-deterministically
33764+ /// picks some valid value and is not equivalent to [`mem::MaybeUninit`].
33765+ /// In practice, this is typically equivalent to [`mem::zeroed`].
3376433766///
3376533767/// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm512_undefined_ps)
3376633768#[inline]
@@ -33772,8 +33774,9 @@ pub fn _mm512_undefined_ps() -> __m512 {
3377233774}
3377333775
3377433776/// Return vector of type __m512i with indeterminate elements.
33775- /// Despite being "undefined", this is some valid value and not equivalent to [`mem::MaybeUninit`].
33776- /// In practice, this is equivalent to [`mem::zeroed`].
33777+ /// Despite using the word "undefined" (following Intel's naming scheme), this non-deterministically
33778+ /// picks some valid value and is not equivalent to [`mem::MaybeUninit`].
33779+ /// In practice, this is typically equivalent to [`mem::zeroed`].
3377733780///
3377833781/// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm512_undefined_epi32&expand=5995)
3377933782#[inline]
@@ -33785,8 +33788,9 @@ pub fn _mm512_undefined_epi32() -> __m512i {
3378533788}
3378633789
3378733790/// Return vector of type __m512 with indeterminate elements.
33788- /// Despite being "undefined", this is some valid value and not equivalent to [`mem::MaybeUninit`].
33789- /// In practice, this is equivalent to [`mem::zeroed`].
33791+ /// Despite using the word "undefined" (following Intel's naming scheme), this non-deterministically
33792+ /// picks some valid value and is not equivalent to [`mem::MaybeUninit`].
33793+ /// In practice, this is typically equivalent to [`mem::zeroed`].
3379033794///
3379133795/// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm512_undefined&expand=5994)
3379233796#[inline]
0 commit comments