From ae7dfb7a3b3c32a08cd15579707f4c26084d8e41 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Wed, 15 Jan 2025 11:16:48 +0100 Subject: [PATCH] chore(ci): fix clippy on M1 for disabled multi bit noise --- tfhe/src/core_crypto/algorithms/test/noise_distribution/mod.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tfhe/src/core_crypto/algorithms/test/noise_distribution/mod.rs b/tfhe/src/core_crypto/algorithms/test/noise_distribution/mod.rs index 1fdf12c9fe..c5bc4de0b9 100644 --- a/tfhe/src/core_crypto/algorithms/test/noise_distribution/mod.rs +++ b/tfhe/src/core_crypto/algorithms/test/noise_distribution/mod.rs @@ -56,7 +56,9 @@ pub const NOISE_TEST_PARAMS_MULTI_BIT_GROUP_3_2_BITS_NATIVE_U64_132_BITS_GAUSSIA thread_count: ThreadCount(12), }; +// Tests currently disabled on M1 #[allow(clippy::excessive_precision)] +#[cfg_attr(target_arch = "aarch64", allow(dead_code))] pub const NOISE_TEST_PARAMS_MULTI_BIT_GROUP_3_4_BITS_NATIVE_U64_132_BITS_GAUSSIAN: MultiBitTestParams = MultiBitTestParams { input_lwe_dimension: LweDimension(912),