Skip to content

Commit 2e9093f

Browse files
authored
Fix typo in doc for _mm256_permute2f128_si256 (#880)
1 parent 78891cd commit 2e9093f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

crates/core_arch/src/x86/avx.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ pub unsafe fn _mm256_permute2f128_pd(a: __m256d, b: __m256d, imm8: i32) -> __m25
14231423
constify_imm8!(imm8, call)
14241424
}
14251425

1426-
/// Shuffles 258-bits (composed of integer data) selected by `imm8`
1426+
/// Shuffles 128-bits (composed of integer data) selected by `imm8`
14271427
/// from `a` and `b`.
14281428
///
14291429
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm256_permute2f128_si256)

0 commit comments

Comments
 (0)