Fixing bench tests

master
Ryan Summers 2021-02-19 11:02:46 +01:00
parent 76f2f749f1
commit 28db428829
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
use core::f32::consts::PI;
use dsp::{atan2, cossin};
use dsp::{iir, iir_int};
use dsp::{pll::PLL, rpll::RPLL};
use dsp::{PLL, RPLL};
use easybench::bench_env;
fn atan2_bench() {