Skip to content

Commit

Permalink
Fix incorrect documentation for _mm_loadu_si64 function
Browse files Browse the repository at this point in the history
  • Loading branch information
BLANKatGITHUB authored and Amanieu committed Dec 9, 2024
1 parent f45e913 commit 2e29bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_arch/src/x86/sse2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit 2e29bdf

Please sign in to comment.