Skip to content

Commit 03cca3b

Browse files
committed
clippy
1 parent 876b02d commit 03cca3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/backend/koala-bear/src/poseidon1_koalabear_16.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ fn neg_dif<R: Algebra<KoalaBear>>(v: &mut [R; 16], lo: usize, hi: usize, t: Koal
6060
}
6161

6262
#[inline(always)]
63+
#[cfg(all(target_arch = "aarch64", target_feature = "neon"))]
6364
fn dif_ifft_16_mut<R: Algebra<KoalaBear>>(f: &mut [R; 16]) {
6465
bt(f, 0, 8);
6566
neg_dif(f, 1, 9, W7);
@@ -96,6 +97,7 @@ fn dif_ifft_16_mut<R: Algebra<KoalaBear>>(f: &mut [R; 16]) {
9697
}
9798

9899
#[inline(always)]
100+
#[cfg(all(target_arch = "aarch64", target_feature = "neon"))]
99101
fn dit_fft_16_mut<R: Algebra<KoalaBear>>(f: &mut [R; 16]) {
100102
bt(f, 0, 1);
101103
bt(f, 2, 3);

0 commit comments

Comments
 (0)