Skip to content

Commit 8610b5b

Browse files
mkannwischerrod-chapman
authored andcommitted
CBMC: polyvecl_add increase CBMC_OBJECT_BITS 8 -> 10
Signed-off-by: Matthias J. Kannwischer <[email protected]>
1 parent d68d6ab commit 8610b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proofs/cbmc/polyvecl_add/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ FUNCTION_NAME = polyvecl_add
3737
# EXPENSIVE = true
3838

3939
# This function is large enough to need...
40-
CBMC_OBJECT_BITS = 8
40+
CBMC_OBJECT_BITS = 10
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

0 commit comments

Comments
 (0)