Skip to content

Commit

Permalink
fix: CI bench bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kitty-eu-org committed Jul 22, 2024
1 parent f214c33 commit bad9609
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rust/fury/benches/simd_bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ pub(crate) const MIN_DIM_SIZE_AVX: usize = 32;

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

Expand Down

0 comments on commit bad9609

Please sign in to comment.