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 b79a43c commit 61e0382Copy full SHA for 61e0382
src/avx2/fdct.rs
@@ -8,7 +8,7 @@
8
*/
9
10
#[cfg(target_arch = "x86")]
11
-use core::arch::x64::{
+use core::arch::x86::{
12
__m256i, _mm256_add_epi16, _mm256_add_epi32, _mm256_loadu_si256, _mm256_madd_epi16,
13
_mm256_packs_epi32, _mm256_permute2x128_si256, _mm256_permute4x64_epi64, _mm256_set_epi16,
14
_mm256_set_epi32, _mm256_sign_epi16, _mm256_slli_epi16, _mm256_srai_epi16, _mm256_srai_epi32,
0 commit comments