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 {
29202920/// The resulting `__m128d` element is composed by the low-order values of
29212921/// the two `__m128d` interleaved input elements, i.e.:
29222922///
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
29262925///
29272926/// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_unpackhi_pd)
29282927#[ inline]
You can’t perform that action at this time.
0 commit comments