diff options
Diffstat (limited to 'numpy/core/bscript')
| -rw-r--r-- | numpy/core/bscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/core/bscript b/numpy/core/bscript index fef4185f5..ced37a530 100644 --- a/numpy/core/bscript +++ b/numpy/core/bscript @@ -234,6 +234,9 @@ def check_math_runtime(conf): features=features, mandatory=False, use="M") conf.check_functions_at_once(C99_FUNCS_EXTENDED, features=features, mandatory=False, use="M") + # TODO: add OPTIONAL_HEADERS, OPTIONAL_INTRINSICS and + # OPTIONAL_GCC_ATTRIBUTES (see setup.py and gh-3766). These are + # performance optimizations for GCC. for f in ["isnan", "isinf", "signbit", "isfinite"]: try: |
