mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Remove support for the non-SIMD Diopser version
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user