Skip to content

Commit

Permalink
fix: code format
Browse files Browse the repository at this point in the history
  • Loading branch information
kitty-eu-org committed Jul 22, 2024
1 parent bad9609 commit 599d6a6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rust/fury/benches/simd_bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ use std::arch::x86_64::*;
#[cfg(target_feature = "avx2")]
pub(crate) const MIN_DIM_SIZE_AVX: usize = 32;

#[cfg(any(
target_arch = "x86",
target_arch = "x86_64"
))]
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
pub(crate) const MIN_DIM_SIZE_SIMD: usize = 16;

#[cfg(target_feature = "sse2")]
Expand Down

0 comments on commit 599d6a6

Please sign in to comment.