-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move BitVec.udiv/umod/sdiv/smod after add/sub/mul/lt
Divison proofs are more likely to depend on add/sub/mul proofs than the other way around. This cleans up #5609, which added division proofs that rely on negation to already be defined.
- Loading branch information
1 parent
47e0430
commit f4c3144
Showing
1 changed file
with
110 additions
and
110 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