Fix incorrect documentation for _mm_loadu_si64 function

This commit is contained in:
aaishwarymishra@gmail.com 2024-12-08 19:41:36 +05:30 committed by Amanieu d'Antras
parent 745ebd5362
commit b3bdc662d8

View file

@ -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.
///