Skip to content

Commit 9744ab5

Browse files
authored
Fix a typo in the document. (#1314)
1 parent 8d8801f commit 9744ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/src/x86/avx2.rs

+1-1
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)