Skip to content

Commit 7c6e063

Browse files
PigeonFAmanieu
authored andcommitted
Fix markdown list in docs
1 parent 5097cfb commit 7c6e063

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

crates/core_arch/src/x86/sse2.rs

+2-3
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)