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.
_mm_set1_epi64x
loadu_si
1 parent 9528230 commit 41495c9Copy full SHA for 41495c9
src/x86.rs
@@ -137,7 +137,7 @@ impl Vector for __m64i {
137
#[inline]
138
#[target_feature(enable = "avx2")]
139
unsafe fn loadu_si(a: *const u8) -> Self {
140
- __m64i(_mm_set_epi64x(0, std::ptr::read_unaligned(a as *const i64)))
+ __m64i(_mm_set1_epi64x(std::ptr::read_unaligned(a as *const i64)))
141
}
142
143
0 commit comments