@@ -264,8 +264,8 @@ pub fn _mm512_setzero_ph() -> __m512h {
264
264
265
265
/// Return vector of type `__m128h` with indetermination elements.
266
266
/// Despite using the word "undefined" (following Intel's naming scheme), this non-deterministically
267
- /// picks some valid value and is not equivalent to [`mem::MaybeUninit`].
268
- /// In practice, this is typically equivalent to [`mem::zeroed`].
267
+ /// picks some valid value and is not equivalent to [`mem::MaybeUninit`](crate::mem::MaybeUninit) .
268
+ /// In practice, this is typically equivalent to [`mem::zeroed`](crate::mem::zeroed) .
269
269
///
270
270
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_undefined_ph)
271
271
#[inline]
@@ -277,8 +277,8 @@ pub fn _mm_undefined_ph() -> __m128h {
277
277
278
278
/// Return vector of type `__m256h` with indetermination elements.
279
279
/// Despite using the word "undefined" (following Intel's naming scheme), this non-deterministically
280
- /// picks some valid value and is not equivalent to [`mem::MaybeUninit`].
281
- /// In practice, this is typically equivalent to [`mem::zeroed`].
280
+ /// picks some valid value and is not equivalent to [`mem::MaybeUninit`](crate::mem::MaybeUninit) .
281
+ /// In practice, this is typically equivalent to [`mem::zeroed`](crate::mem::zeroed) .
282
282
///
283
283
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm256_undefined_ph)
284
284
#[inline]
@@ -290,8 +290,8 @@ pub fn _mm256_undefined_ph() -> __m256h {
290
290
291
291
/// Return vector of type `__m512h` with indetermination elements.
292
292
/// Despite using the word "undefined" (following Intel's naming scheme), this non-deterministically
293
- /// picks some valid value and is not equivalent to [`mem::MaybeUninit`].
294
- /// In practice, this is typically equivalent to [`mem::zeroed`].
293
+ /// picks some valid value and is not equivalent to [`mem::MaybeUninit`](crate::mem::MaybeUninit) .
294
+ /// In practice, this is typically equivalent to [`mem::zeroed`](crate::mem::zeroed) .
295
295
///
296
296
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm512_undefined_ph)
297
297
#[inline]
0 commit comments