summaryrefslogtreecommitdiff
path: root/numpy/array_api/_indexing_functions.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2022-05-01 17:57:17 +0200
committerSebastian Berg <sebastian@sipsolutions.net>2022-06-13 14:13:36 -0700
commit86f415e2992734ed3cd588c5c3138d63189c993b (patch)
treee0df9db073d4bf21b0c34db345effbe1b9a19e03 /numpy/array_api/_indexing_functions.py
parentcadfd83cb1e1df466eb91eb9c38dd2775455d64d (diff)
downloadnumpy-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