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

Improve XorPower #4465

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Improve XorPower #4465

merged 1 commit into from
Jul 15, 2024

Conversation

copybara-service[bot]
Copy link
Contributor

Improve XorPower

  • handle longs as well as ints
  • handle e.g. x * 10 ^ 3, which evalutes as (x * 10) ^ 3, but where the intent may have been x * 1000

* handle longs as well as ints
* handle e.g. `x * 10 ^ 3`, which evalutes as `(x * 10) ^ 3`, but where the intent may have been `x * 1000`

PiperOrigin-RevId: 652520871
@copybara-service copybara-service bot merged commit 2b306b6 into master Jul 15, 2024
@copybara-service copybara-service bot deleted the test_651903955 branch July 15, 2024 17:16
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.

None yet

1 participant