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

Saturating operations could use CBMC's native support #852

Open
adpaco-aws opened this issue Feb 22, 2022 · 0 comments
Open

Saturating operations could use CBMC's native support #852

adpaco-aws opened this issue Feb 22, 2022 · 0 comments
Labels
[I] Refactoring / Clean Up Refactoring or cleaning up of existing code

Comments

@adpaco-aws
Copy link
Contributor

Native support in CBMC for saturating add/sub was introduced in diffblue/cbmc#6647

The current implementation does not use that and seems to work well, but we may consider emitting CBMC ireps instead for various reasons (cleaner code, performance, etc.).

This was referenced Feb 22, 2022
@celinval celinval added [I] Refactoring / Clean Up Refactoring or cleaning up of existing code and removed Area: compilation labels Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[I] Refactoring / Clean Up Refactoring or cleaning up of existing code
Projects
None yet
Development

No branches or pull requests

2 participants