mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 22:57:59 -05:00
chore(csprng)!: remove generator_aarch64_aes feature
BREAKING_CHANGE: - The `generator_aarch64_aes` feature is no longer supported for tfhe-csprng
This commit is contained in:
committed by
Nicolas Sarlin
parent
0f2451e3b7
commit
1df331d246
@@ -129,10 +129,6 @@ parallel-wasm-api = ["dep:wasm-bindgen-rayon"]
|
||||
|
||||
nightly-avx512 = ["tfhe-fft/nightly", "tfhe-ntt/nightly", "pulp/nightly"]
|
||||
|
||||
# Enable the aarch64 specific accelerated implementation of the random generator for the default
|
||||
# backend
|
||||
generator_aarch64_aes = ["tfhe-csprng/generator_aarch64_aes"]
|
||||
|
||||
# Private features
|
||||
__profiling = []
|
||||
__long_run_tests = []
|
||||
@@ -144,7 +140,7 @@ __long_run_tests = []
|
||||
x86_64 = []
|
||||
x86_64-unix = ["x86_64"]
|
||||
|
||||
aarch64 = ["generator_aarch64_aes"]
|
||||
aarch64 = []
|
||||
aarch64-unix = ["aarch64"]
|
||||
|
||||
# Cover several profiles as we cannot have a wildcard it seems
|
||||
|
||||
Reference in New Issue
Block a user