diff --git a/dsp/benches/trig.rs b/dsp/benches/trig.rs index 19b6cce..df17a65 100644 --- a/dsp/benches/trig.rs +++ b/dsp/benches/trig.rs @@ -1,6 +1,6 @@ use core::f32::consts::PI; use criterion::{black_box, criterion_group, criterion_main, Criterion}; -use dsp::trig::{atan2, cossin}; +use dsp::{atan2, cossin}; fn atan2_bench(c: &mut Criterion) { let xi = (10 << 16) as i32;