We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5097cfb commit 7c6e063Copy full SHA for 7c6e063
crates/core_arch/src/x86/sse2.rs
@@ -2920,9 +2920,8 @@ pub unsafe fn _mm_undefined_si128() -> __m128i {
2920
/// The resulting `__m128d` element is composed by the low-order values of
2921
/// the two `__m128d` interleaved input elements, i.e.:
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
+/// * The `[127:64]` bits are copied from the `[127:64]` bits of the second input
+/// * The `[63:0]` bits are copied from the `[127:64]` bits of the first input
2926
2927
/// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_unpackhi_pd)
2928
#[inline]
0 commit comments