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:
Nicolas Sarlin
2024-12-09 15:05:09 +01:00
committed by Nicolas Sarlin
parent 0f2451e3b7
commit 1df331d246
7 changed files with 20 additions and 109 deletions

View File

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