Make the biquads SIMD capable

This commit is contained in:
Robbert van der Helm
2022-02-15 18:00:01 +01:00
parent 8c30eccb27
commit 935d952d81
3 changed files with 74 additions and 19 deletions

View File

@@ -10,3 +10,5 @@ crate-type = ["cdylib"]
[dependencies]
nih_plug = { path = "../../", features = ["assert_process_allocs"] }
packed_simd = { version = "0.3.6", package = "packed_simd_2" }