diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2022-05-01 17:57:17 +0200 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2022-05-01 17:57:17 +0200 |
commit | ce8f7a35d177ed0ce5511be2a60d16cd5ba1806f (patch) | |
tree | 230e806fd50f31def119980b926a680252b27a02 /numpy/array_api/_array_object.py | |
parent | a4a757d3b971a6b25608a91e9985c4ff0b10dc82 (diff) | |
download | numpy-ce8f7a35d177ed0ce5511be2a60d16cd5ba1806f.tar.gz |
MAINT: Remove FPE helper code that is unnecessary on C99/C++11
C99 and C++11 standardize `fenv.h`, so we should not need the manual
definitions for these functions for platforms that do not support it.
See e.g.: https://en.cppreference.com/w/c/numeric/fenv
If issues come up, the code can be restored.
Diffstat (limited to 'numpy/array_api/_array_object.py')
0 files changed, 0 insertions, 0 deletions