Fix typo in doc for _mm256_permute2f128_si256 (#880)

This commit is contained in:
Samrat Man Singh 2020-08-03 21:03:35 +05:30 committed by GitHub
parent d7660eb8d5
commit 3e19b9879a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1423,7 +1423,7 @@ pub unsafe fn _mm256_permute2f128_pd(a: __m256d, b: __m256d, imm8: i32) -> __m25
constify_imm8!(imm8, call)
}
/// Shuffles 258-bits (composed of integer data) selected by `imm8`
/// Shuffles 128-bits (composed of integer data) selected by `imm8`
/// from `a` and `b`.
///
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm256_permute2f128_si256)