Skip to content

Commit

Permalink
chore(ci): fix clippy on M1 for disabled multi bit noise
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Jan 15, 2025
1 parent 9a64c34 commit ae7dfb7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<u64> = MultiBitTestParams {
input_lwe_dimension: LweDimension(912),
Expand Down

0 comments on commit ae7dfb7

Please sign in to comment.