fixed a typo & small optimization

This commit is contained in:
Jean-Philippe Bossuat
2025-05-21 09:33:11 +02:00
parent fb35dfa0f7
commit ba27dcf3e6
3 changed files with 6 additions and 16 deletions

View File

@@ -148,9 +148,6 @@ impl VecZnxDftOps<FFT64> for Module<FFT64> {
);
});
}
(min_size..res_mut.size()).for_each(|j| {
res_mut.zero_at(res_col, j);
})
}
fn vec_znx_dft_copy<R, A>(&self, res: &mut R, res_col: usize, a: &A, a_col: usize)