File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
polymat_permute_bitrev_to_custom
polyvecl_pointwise_acc_montgomery_c Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ FUNCTION_NAME = polymat_permute_bitrev_to_custom
3737# EXPENSIVE = true
3838
3939# This function is large enough to need...
40- CBMC_OBJECT_BITS = 10
40+ CBMC_OBJECT_BITS = 12
4141
4242# If you require access to a file-local ("static") function or object to conduct
4343# your proof, set the following (and do not include the original source file
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ USE_DYNAMIC_FRAMES=1
2727# Disable any setting of EXTERNAL_SAT_SOLVER, and choose SMT backend instead
2828EXTERNAL_SAT_SOLVER =
2929CBMCFLAGS =--external-smt2-solver $(PROOF_ROOT ) /lib/z3_no_bv_extract --z3
30- CBMCFLAGS += --slice-formula
3130CBMCFLAGS += --no-array-field-sensitivity
3231
3332FUNCTION_NAME = mld_polyvecl_pointwise_acc_montgomery_c
@@ -39,7 +38,7 @@ FUNCTION_NAME = mld_polyvecl_pointwise_acc_montgomery_c
3938# EXPENSIVE = true
4039
4140# This function is large enough to need...
42- CBMC_OBJECT_BITS = 13
41+ CBMC_OBJECT_BITS = 14
4342
4443# If you require access to a file-local ("static") function or object to conduct
4544# your proof, set the following (and do not include the original source file
You can’t perform that action at this time.
0 commit comments