mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
chore(ntt): rename nightly feature flag to avx512
This commit is contained in:
committed by
Nicolas Sarlin
parent
d888b7b673
commit
8d1f6d4d06
@@ -17,9 +17,9 @@ bytemuck = { workspace = true }
|
||||
pulp = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
default = ["std", "avx512"]
|
||||
std = ["pulp/std", "aligned-vec/std"]
|
||||
nightly = ["pulp/x86-v4"]
|
||||
avx512 = ["pulp/x86-v4"]
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5"
|
||||
|
||||
Reference in New Issue
Block a user