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

Fixed saturating arithmetic with negative signed integers #6463

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bengineer42
Copy link

@bengineer42 bengineer42 commented Oct 7, 2024

Fix for issue #6462


This change is Reviewable

Copy link
Collaborator

@orizi orizi left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion (waiting on @bengineer42)

a discussion (no related file):
updated this in a more efficient manner in another PR.
in general more properly handling signed integers results - directly from the basic building blocks.

thank you for bring this to our attention.


@orizi orizi linked an issue Oct 10, 2024 that may be closed by this pull request
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