Skip to content

Commit 0238065

Browse files
author
Daniel Smith
committed
Fix comments
1 parent 9b90883 commit 0238065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/core_arch/src/x86/avx512f.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ pub unsafe fn _mm512_mask_i64gather_epi64(
327327

328328
/// Gather 32-bit integers from memory using 64-bit indices.
329329
///
330-
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm512_i64gather_epi64)
330+
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm512_i64gather_epi32)
331331
#[inline]
332332
#[target_feature(enable = "avx512f")]
333333
#[cfg_attr(test, assert_instr(vpgatherqd, scale = 1))]
@@ -347,7 +347,7 @@ pub unsafe fn _mm512_i64gather_epi32(offsets: __m512i, slice: *const u8, scale:
347347

348348
/// Gather 32-bit integers from memory using 64-bit indices.
349349
///
350-
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm512_mask_i64gather_epi64)
350+
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm512_mask_i64gather_epi32)
351351
#[inline]
352352
#[target_feature(enable = "avx512f")]
353353
#[cfg_attr(test, assert_instr(vpgatherqd, scale = 1))]

0 commit comments

Comments
 (0)