dsp: fix bench import path
This commit is contained in:
parent
85ae70fe62
commit
2ddaab8fae
|
@ -1,6 +1,6 @@
|
||||||
use core::f32::consts::PI;
|
use core::f32::consts::PI;
|
||||||
use criterion::{black_box, criterion_group, criterion_main, Criterion};
|
use criterion::{black_box, criterion_group, criterion_main, Criterion};
|
||||||
use dsp::cossin::cossin;
|
use dsp::trig::cossin;
|
||||||
|
|
||||||
fn cossin_bench(c: &mut Criterion) {
|
fn cossin_bench(c: &mut Criterion) {
|
||||||
let zi = -0x7304_2531_i32;
|
let zi = -0x7304_2531_i32;
|
||||||
|
|
Loading…
Reference in New Issue