File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2920,9 +2920,8 @@ pub unsafe fn _mm_undefined_si128() -> __m128i {
2920
2920
/// The resulting `__m128d` element is composed by the low-order values of
2921
2921
/// the two `__m128d` interleaved input elements, i.e.:
2922
2922
///
2923
- /// * The `[127:64]` bits are copied from the `[127:64]` bits of the second
2924
- /// input * The `[63:0]` bits are copied from the `[127:64]` bits of the first
2925
- /// input
2923
+ /// * The `[127:64]` bits are copied from the `[127:64]` bits of the second input
2924
+ /// * The `[63:0]` bits are copied from the `[127:64]` bits of the first input
2926
2925
///
2927
2926
/// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_unpackhi_pd)
2928
2927
#[ inline]
You can’t perform that action at this time.
0 commit comments