mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
Non-avx build (wip)
This commit is contained in:
@@ -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());
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user