Remove simd feature

This commit is contained in:
Niko 2024-01-10 17:59:30 -07:00
parent f3b155c44f
commit 49ef267bad
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B

View file

@ -23,7 +23,6 @@ rand = "0.8.4"
[features]
default = []
simd = []
coreml = ["whisper-rs-sys/coreml"]
cuda = ["whisper-rs-sys/cuda", "_gpu"]
opencl = ["whisper-rs-sys/opencl"]