dsp bench: fix

master
Robert Jördens 2021-01-22 11:38:38 +01:00
parent 0cd2140668
commit eea5033d36
1 changed files with 1 additions and 1 deletions

View File

@ -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;