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

Use bounds of s-1 rather than bitwidth for saturated solinas #393

Closed

Commits on Nov 6, 2018

  1. Use bounds of s-1 rather than bitwidth for sat sol

    We now use bounds of [encode (s-1)] (e.g., 2^127-1) for saturated
    solinas, rather than bounds of [repeat (2^bitwidth-1)].  This makes
    2^127-1 come closer to bounds checking.
    JasonGross committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    70416ea View commit details
    Browse the repository at this point in the history