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

Adding signed int inequalities #89

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

wjuan-mob
Copy link

@wjuan-mob wjuan-mob commented Sep 23, 2021

Motivation

Adding signed integer comparison support. This is part of an existing issue (#61)

In this PR

  • Added generate_signed_integer_gt
  • Formatted tests
  • Added signed_integer_gt tests

< Ticket status, e.g. "fixes #issue number" >
This is part of an existing issue. Potentially we could close it after this?

@wjuan-mob
Copy link
Author

Chris and I looked over this PR together in the godbolt.org compiler explorer to validate that this change did not affect the constant time property.

@wjuan-mob wjuan-mob marked this pull request as ready for review September 29, 2021 16:54
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