mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
chore(tfhe): rename nightly feature flag to avx512
This commit is contained in:
committed by
Nicolas Sarlin
parent
851bd01873
commit
f8a958663b
@@ -94,6 +94,7 @@ bytemuck = { workspace = true }
|
||||
tfhe-hpu-backend = { version = "0.3", path = "../backends/tfhe-hpu-backend", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["avx512"]
|
||||
boolean = []
|
||||
shortint = ["dep:sha3", "dep:blake3"]
|
||||
integer = ["shortint", "dep:strum"]
|
||||
@@ -150,7 +151,9 @@ high-level-client-js-wasm-api = [
|
||||
]
|
||||
parallel-wasm-api = ["dep:wasm-bindgen-rayon"]
|
||||
|
||||
nightly-avx512 = ["tfhe-fft/avx512", "tfhe-ntt/avx512", "pulp/x86-v4"]
|
||||
avx512 = ["tfhe-fft/avx512", "tfhe-ntt/avx512", "pulp/x86-v4"]
|
||||
# Kept for backward compatibility
|
||||
nightly-avx512 = ["avx512"]
|
||||
|
||||
# Private features
|
||||
__profiling = []
|
||||
|
||||
Reference in New Issue
Block a user