forked from vyperlang/vyper
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix[venom]: fix eval of
exp
in sccp (vyperlang#4009)
fix `exp` evaluation in sccp. the current implementation is incorrect, which was found by enabling the `venom + -opt-none` pipeline in the CI. `evm_pow` is correct, as it preserves the correct edge cases when base/exponent are 0 or 1 (all combinations). this commit also enables the `venom + -opt-none` and `venom + -opt-codesize` jobs in the CI, ensuring higher coverage of the venom pipeline going forward.
- Loading branch information
1 parent
35996f1
commit f213655
Showing
4 changed files
with
36 additions
and
18 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