Fix markdown list in docs
This commit is contained in:
parent
50cd4ef0c5
commit
47068b1a06
1 changed files with 2 additions and 3 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue