You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TST: Test for inconsistent results in complex squaring (numpy#26940)
The test fails when compiling on clang with "-ffp-contract=off", due to a combination of factors:
* Difference between SIMD and non-SIMD loops
* nomemoverlap falling back to non-SIMD loop due to off-by-one bug
0 commit comments