chore(ntt): rename nightly feature flag to avx512

This commit is contained in:
Nicolas Sarlin
2025-11-18 16:48:13 +01:00
committed by Nicolas Sarlin
parent d888b7b673
commit 8d1f6d4d06
22 changed files with 197 additions and 224 deletions

View File

@@ -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"