Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uint256: optimize DivMod #154

Merged
merged 1 commit into from
Apr 16, 2024
Merged

uint256: optimize DivMod #154

merged 1 commit into from
Apr 16, 2024

Conversation

AaronChen0
Copy link
Contributor

Following Div and Mod, this commit adds shortcut trivial cases for DivMod.

Copy link

codecov bot commented Mar 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (c9fc0ce) to head (b356168).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #154   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines         1642      1649    +7     
=========================================
+ Hits          1642      1649    +7     

Copy link
Owner

@holiman holiman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@holiman holiman merged commit 14aeda2 into holiman:master Apr 16, 2024
5 checks passed
@AaronChen0 AaronChen0 deleted the develop branch April 16, 2024 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants