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
Clang (since 10 or 11, the documentation and release notes disagree), has the -ffp-exception-behavior=strict which we should be using (since we care about floating point error flags).
However, it seems that the monkeypatching maze in numpy.distutils ends up not using the option as modified in gh-19049.
The text was updated successfully, but these errors were encountered:
See also #19049 (comment) and the followup comments.
Clang (since 10 or 11, the documentation and release notes disagree), has the
-ffp-exception-behavior=strict
which we should be using (since we care about floating point error flags).However, it seems that the monkeypatching maze in
numpy.distutils
ends up not using the option as modified in gh-19049.The text was updated successfully, but these errors were encountered: