diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2022-05-01 17:57:17 +0200 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2022-06-13 14:13:36 -0700 |
commit | 86f415e2992734ed3cd588c5c3138d63189c993b (patch) | |
tree | e0df9db073d4bf21b0c34db345effbe1b9a19e03 /numpy/array_api/_indexing_functions.py | |
parent | cadfd83cb1e1df466eb91eb9c38dd2775455d64d (diff) | |
download | numpy-86f415e2992734ed3cd588c5c3138d63189c993b.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.
This applies gh-21421 again, since we had to revert using the cpp file
and the change thus got lost.
Diffstat (limited to 'numpy/array_api/_indexing_functions.py')
0 files changed, 0 insertions, 0 deletions