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

BUG, SIMD: Fix invalid value encountered in several ufuncs #22834

Merged
merged 8 commits into from Dec 20, 2022

Commits on Dec 19, 2022

  1. Copy the full SHA
    6bbc09d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0398998 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a48aade View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    62f3ec4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    783b6de View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    50989d8 View commit details
    Browse the repository at this point in the history
  7. ENH, SIMD: Discard non-signaling comparison intrinsics

      Providing non-signaling comparison intrinsics that guarantee
      no FP invalid exception in case of qNaN sounds great but it
      cost unacceptable extra intrinsics on  ppc64le(VSX) and x86(SSE).
    
      Therefore, an integer definition #NPY_SIMD_CMPSIGNAL has been
      provided instead to differenate between SIMD extensions
      that support only supports signaling comparison.
    seiko2plus authored and charris committed Dec 19, 2022
    Copy the full SHA
    116c94c View commit details
    Browse the repository at this point in the history
  8. MAINT: Do not test zero powers

    Fixes missing backports that can wait until 1.24.x.
    charris committed Dec 19, 2022
    Copy the full SHA
    f930e48 View commit details
    Browse the repository at this point in the history