Remove support for the non-SIMD Diopser version

This commit is contained in:
Robbert van der Helm
2022-03-04 12:49:36 +01:00
parent 1083ee95b6
commit 7fd3c31a0f
4 changed files with 21 additions and 81 deletions

View File

@@ -10,7 +10,8 @@ crate-type = ["cdylib"]
[features]
default = ["simd"]
# Make it go fast, vroom. Requires a nightly compiler.
# Make it go fast, vroom. Requires a nightly compiler. Support for the non-SIMD
# version has been removed at the moment.
simd = ["nih_plug/simd"]
[dependencies]