Skip to content

Commit 8055638

Browse files
committed
Use --arrays-uf-always here to improve proof speed.
Signed-off-by: Rod Chapman <rodchap@amazon.com>
1 parent 4abc748 commit 8055638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proofs/cbmc/matvec_mul/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CBMCFLAGS=--smt2
3535
#
3636
# For functions that use large and multi-dimensional arrays, this yields
3737
# a substantial improvement in proof performance.
38-
CBMCFLAGS += --no-array-field-sensitivity
38+
CBMCFLAGS += --arrays-uf-always
3939
CBMCFLAGS += --slice-formula
4040

4141
FUNCTION_NAME = mlk_matvec_mul

0 commit comments

Comments
 (0)