We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44afe49 commit cca5edcCopy full SHA for cca5edc
1 file changed
scripts/check-contracts
@@ -46,7 +46,7 @@ def is_exception(funcname):
46
if funcname == 'poly_permute_bitrev_to_custom':
47
return True
48
49
- if funcname.endswith("_native") or funcname.endswith("_asm"):
+ if funcname.endswith("_native") or funcname.endswith("_asm") or funcname.endswith("_avx2"):
50
# CBMC proofs are axiomatized against contracts of the backends
51
52
0 commit comments