Fix incorrect documentation for _mm_loadu_si64 function
This commit is contained in:
parent
745ebd5362
commit
b3bdc662d8
1 changed files with 1 additions and 1 deletions
|
|
@ -2784,7 +2784,7 @@ pub unsafe fn _mm_loadu_si32(mem_addr: *const u8) -> __m128i {
|
|||
))
|
||||
}
|
||||
|
||||
/// Loads unaligned 16-bits of integer data from memory into new vector.
|
||||
/// Loads unaligned 64-bits of integer data from memory into new vector.
|
||||
///
|
||||
/// `mem_addr` does not need to be aligned on any particular boundary.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue