8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817684a commit a303b33Copy full SHA for a303b33
doc/release/upcoming_changes/19049.compatibility.rst
@@ -0,0 +1,6 @@
1
+Distutils forces strict floating point model on clang
2
+-----------------------------------------------------
3
+NumPy distutils will now always add the ``-ffp-exception-behavior=strict``
4
+compiler flag when compiling with clang. Clang defaults to a non-strict
5
+version, which allows the compiler to generate code that does not set
6
+floating point warnings/errors correctly.
0 commit comments