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

Add mixed signed/unsigned math #60

Merged
merged 4 commits into from
Jul 17, 2022
Merged

Add mixed signed/unsigned math #60

merged 4 commits into from
Jul 17, 2022

Conversation

danakj
Copy link
Collaborator

@danakj danakj commented Jul 17, 2022

Based on Rust feature mixed_integer_ops: rust-lang/rust#87840

Allows:

  • adding a signed value to an unsigned one
  • adding an unsigned value to a signed one
  • subtracting an unsigned value from a signed one

@danakj danakj merged commit e4be24b into chromium:main Jul 17, 2022
@danakj danakj deleted the mixedmath branch July 17, 2022 19:56
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.

1 participant