diff options
author | h6197627 <44726212+h6197627@users.noreply.github.com> | 2021-04-12 01:02:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 01:02:36 +0300 |
commit | 0d3e433862105579a80b791d76f921dcc261928b (patch) | |
tree | 121625f9b7faca3c4849f4d15e37a844314a4ad7 /numpy/array_api/_manipulation_functions.py | |
parent | a06bac0c9da0c6fe0a5d03073ff777066f4f63eb (diff) | |
download | numpy-0d3e433862105579a80b791d76f921dcc261928b.tar.gz |
BLD: Negative zero handling with ifort
Fixes https://github.com/scipy/scipy/issues/11339
**What does this implement/fix?**
NumPy/SciPy compiled with Intel Fortran compiler using default flags treats both -0.0 and +0.0 as 0.0, however it is not IEEE 754 compliant and some SciPy logic relies on this -0.0 and +0.0 differentiation.
Diffstat (limited to 'numpy/array_api/_manipulation_functions.py')
0 files changed, 0 insertions, 0 deletions