We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45e913 commit 2e29bdfCopy full SHA for 2e29bdf
crates/core_arch/src/x86/sse2.rs
@@ -2784,7 +2784,7 @@ pub unsafe fn _mm_loadu_si32(mem_addr: *const u8) -> __m128i {
2784
))
2785
}
2786
2787
-/// Loads unaligned 16-bits of integer data from memory into new vector.
+/// Loads unaligned 64-bits of integer data from memory into new vector.
2788
///
2789
/// `mem_addr` does not need to be aligned on any particular boundary.
2790
0 commit comments