Skip to content

Commit 1154adb

Browse files
authored
Fix a typo in the document. (#1314)
1 parent ba9ca43 commit 1154adb

File tree

1 file changed

+1
-1
lines changed
  • library/stdarch/crates/core_arch/src/x86

1 file changed

+1
-1
lines changed

library/stdarch/crates/core_arch/src/x86/avx2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ pub unsafe fn _mm_mask_i32gather_epi64<const SCALE: i32>(
11951195

11961196
/// Returns values from `slice` at offsets determined by `offsets * scale`,
11971197
/// where
1198-
/// `scale` should be 1, 2, 4 and 8.
1198+
/// `scale` should be 1, 2, 4 or 8.
11991199
///
12001200
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm256_i32gather_epi64)
12011201
#[inline]

0 commit comments

Comments
 (0)