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

Add row to rempitab table for infinity/nan edge cases #528

Merged
merged 1 commit into from
Mar 12, 2024

Commits on Mar 11, 2024

  1. Add row to rempitab table for infinity/nan edge cases

    Previously, when fetching elements from Sleef_rempitabsp
    or Sleef_rempitabdp for infinity/nan inputs, we would
    hit outside the table. This would trigger a global buffer
    overflow error when running any of the trig functions with
    an address sanitizer.
    Fixes issue shibatch#464, on multiple arch. Furthermore tester3advsimd and
    tester3advsimdnofma start passing when library is build with
    ASAN enabled.
    joanaxcruz committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    33a8d29 View commit details
    Browse the repository at this point in the history