Skip to content

Commit

Permalink
sidestep pulp clippy warning for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-quinones committed Dec 14, 2024
1 parent 6cacd6b commit 29e1134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/simd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pub mod pulp;

#[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
::pulp::simd_type!(
#[allow(clippy::too_many_arguments)]
pub(crate) struct Avx2 {
sse2: "sse2",
avx: "avx",
Expand Down

0 comments on commit 29e1134

Please sign in to comment.