Skip to content

Commit 90fed62

Browse files
committed
CBMC: Bump OBJECT_BITS from 8 to 10 for polyvec_add
Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
1 parent 50cb1b7 commit 90fed62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proofs/cbmc/polyvec_add/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ FUNCTION_NAME = mlk_polyvec_add
4848
# EXPENSIVE = true
4949

5050
# This function is large enough to need...
51-
CBMC_OBJECT_BITS = 8
51+
CBMC_OBJECT_BITS = 10
5252

5353
# If you require access to a file-local ("static") function or object to conduct
5454
# your proof, set the following (and do not include the original source file

0 commit comments

Comments
 (0)