dsp/bench: fmt
This commit is contained in:
parent
f4c6e07a38
commit
b2d6b5c10c
@ -3,7 +3,7 @@ use core::f32::consts::PI;
|
||||
use easybench::bench_env;
|
||||
use generic_array::typenum::U4;
|
||||
|
||||
use dsp::{Lowpass, atan2, cossin, iir, iir_int, PLL, RPLL};
|
||||
use dsp::{atan2, cossin, iir, iir_int, Lowpass, PLL, RPLL};
|
||||
|
||||
fn atan2_bench() {
|
||||
let xi = (10 << 16) as i32;
|
||||
|
Loading…
Reference in New Issue
Block a user