Non-avx build (wip)

This commit is contained in:
Rasoul Akhavan Mahdavi
2025-11-20 10:22:20 -05:00
parent 8a039e1c3a
commit 0fb88c9bd3
8 changed files with 43 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ use std::sync::LazyLock;
use poulpy_cpu_ref::FFT64Ref;
use crate::tfhe::{bdd_arithmetic::tests::test_suite, blind_rotation::CGGI};
use crate::bin_fhe::{bdd_arithmetic::tests::test_suite, blind_rotation::CGGI};
static TEST_CONTEXT_CGGI_FFT64_REF: LazyLock<test_suite::TestContext<CGGI, FFT64Ref>> =
LazyLock::new(|| test_suite::TestContext::<CGGI, FFT64Ref>::new());

View File

@@ -1,7 +1,7 @@
use poulpy_cpu_ref::FFT64Ref;
use poulpy_hal::{api::ModuleNew, layouts::Module};
use crate::tfhe::blind_rotation::{
use crate::bin_fhe::blind_rotation::{
CGGI,
tests::test_suite::{
generic_blind_rotation::test_blind_rotation,