Skip to content

Commit

Permalink
smash
Browse files Browse the repository at this point in the history
Sweattypalms committed Oct 25, 2024
1 parent 36ae7c4 commit 9175a62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/utils/general_purpose/src/simd/arrays.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use std::slice;

#[cfg(all(target_arch = "x86_64", target_feature = "avx2", not(target_os = "macos")))]
#[cfg(all(target_arch = "x86_64", not(target_os = "macos")))]
use std::arch::x86_64::*;
use std::arch::x86_64::{__m256i, _mm256_loadu_si256, _mm256_setr_epi8, _mm256_shuffle_epi8, _mm256_storeu_si256};
#[cfg(all(target_arch = "x86_64", not(target_os = "macos")))]
use std::is_x86_feature_detected;

0 comments on commit 9175a62

Please sign in to comment.