mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 11:35:02 -05:00
fix(CI): linelint
This commit is contained in:
@@ -271,4 +271,4 @@ printParamName(::testing::TestParamInfo<CircuitBootstrapTestParams> p) {
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(CircuitBootstrapInstantiation,
|
||||
CircuitBootstrapTestPrimitives_u64, cbs_params_u64,
|
||||
printParamName);
|
||||
printParamName);
|
||||
|
||||
@@ -198,4 +198,4 @@ std::string printParamName(::testing::TestParamInfo<CMUXTreeTestParams> p) {
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(CMUXTreeInstantiation, CMUXTreeTestPrimitives_u64,
|
||||
cmux_tree_params_u64, printParamName);
|
||||
cmux_tree_params_u64, printParamName);
|
||||
|
||||
@@ -337,4 +337,4 @@ printParamName(::testing::TestParamInfo<LinearAlgebraTestParams> p) {
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(LinearAlgebraInstantiation,
|
||||
LinearAlgebraTestPrimitives_u64,
|
||||
linear_algebra_params_u64, printParamName);
|
||||
linear_algebra_params_u64, printParamName);
|
||||
|
||||
@@ -291,4 +291,4 @@ uint64_t closest_representable(uint64_t input, int level_count, int base_log) {
|
||||
uint64_t res = input >> non_rep_bit_count;
|
||||
res += non_rep_msb;
|
||||
return res << non_rep_bit_count;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,4 +49,4 @@ uint64_t closest_representable(uint64_t input, int level_count, int base_log);
|
||||
|
||||
uint64_t *bit_decompose_value(uint64_t value, int r);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user