Skip to content

Commit 6e92bfd

Browse files
committed
Add a TODO
1 parent 4f4595c commit 6e92bfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/kernels/dit.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,8 @@ fn fft_dit_chunk_n_simd_f32_fused<S: Simd>(
11941194
// given that modern CPUs are absurdly memory-bottlenecked
11951195
// this should help performance a lot, especially on larger sizes
11961196

1197+
// TODO: this might be wrong. `chunk_size` changes between stages. Need to account for that.
1198+
11971199
let in0_re = out0_re;
11981200
let in0_im = out0_im;
11991201
let in1_re = out1_re;

0 commit comments

Comments
 (0)