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

Made signed int add and sub more efficient. #6465

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Made signed int add and sub more efficient. #6465

merged 1 commit into from
Oct 10, 2024

Conversation

orizi
Copy link
Collaborator

@orizi orizi commented Oct 7, 2024

Fixing issue with returning the proper saturating value on
Saturating{Add,Sub}.

Fixing #6462.


This change is Reviewable

Copy link
Contributor

@gilbens-starkware gilbens-starkware left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @TomerStarkware)

Copy link
Contributor

@gilbens-starkware gilbens-starkware left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @TomerStarkware)

Fixing issue with returning the proper saturating value on
`Saturating{Add,Sub}`.

Fixing #6462.

commit-id:861630ee
@orizi orizi changed the base branch from spr/main/b1bb85ba to main October 10, 2024 08:35
@orizi orizi enabled auto-merge October 10, 2024 08:35
@orizi orizi added this pull request to the merge queue Oct 10, 2024
Merged via the queue into main with commit 737cc88 Oct 10, 2024
87 checks passed
@orizi orizi linked an issue Oct 10, 2024 that may be closed by this pull request
@orizi orizi deleted the spr/main/861630ee branch October 10, 2024 08:58
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.

bug: Saturation Arithmetic is incorrect with negative signed integers
2 participants