-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: smt_verification: negative bitvecs, changed gates indicies. acir…
…_formal_proofs: noir-style signed division (#11649) This pr fixes two issues in smt_verification and adds one feautre to acir_formal_proofs 1) Previously negative values bitvectors were not parsed properly. 2) Indices of selectors changed in ultra for acir_formal_proofs added noir-style signed division, where first bit of number is sign of the number
- Loading branch information
1 parent
6c83c40
commit 4146496
Showing
11 changed files
with
350 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
4146496
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.05
.wasmClientIVCBench/Full/6
85223.40698300001
ms/iter73950.682805
ms/iter1.15
commit(t)
3288873337
ns/iter2809088930
ns/iter1.17
Goblin::merge(t)
193111592
ns/iter134413115
ns/iter1.44
This comment was automatically generated by workflow using github-action-benchmark.
CC: @ludamad @codygunton