Skip to content

Commit 2e29bdf

Browse files
BLANKatGITHUBAmanieu
authored andcommitted
Fix incorrect documentation for _mm_loadu_si64 function
1 parent f45e913 commit 2e29bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/src/x86/sse2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2784,7 +2784,7 @@ pub unsafe fn _mm_loadu_si32(mem_addr: *const u8) -> __m128i {
27842784
))
27852785
}
27862786

2787-
/// Loads unaligned 16-bits of integer data from memory into new vector.
2787+
/// Loads unaligned 64-bits of integer data from memory into new vector.
27882788
///
27892789
/// `mem_addr` does not need to be aligned on any particular boundary.
27902790
///

0 commit comments

Comments
 (0)