Fix markdown list in docs

This commit is contained in:
Jonas Fierlings 2024-07-29 19:11:36 +02:00 committed by Amanieu d'Antras
parent 50cd4ef0c5
commit 47068b1a06

View file

@ -2920,9 +2920,8 @@ pub unsafe fn _mm_undefined_si128() -> __m128i {
/// The resulting `__m128d` element is composed by the low-order values of
/// the two `__m128d` interleaved input elements, i.e.:
///
/// * 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
/// * 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
///
/// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_unpackhi_pd)
#[inline]