diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2013-09-22 13:19:43 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2013-09-22 13:19:43 +0200 |
commit | 8707b0ec85c462bbaa4c3d96925d3ad6a0ec00a8 (patch) | |
tree | 2de1b494ea67e93eb562ff63d634011fb0b86769 | |
parent | fddf1e045a4ad0dd77795d74f18f8a64bb40b019 (diff) | |
download | numpy-8707b0ec85c462bbaa4c3d96925d3ad6a0ec00a8.tar.gz |
DOC: [bento] document that adding optional GCC performance improvements is TODO
[ci skip]
-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: |