From 8707b0ec85c462bbaa4c3d96925d3ad6a0ec00a8 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Sun, 22 Sep 2013 13:19:43 +0200 Subject: DOC: [bento] document that adding optional GCC performance improvements is TODO [ci skip] --- numpy/core/bscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'numpy') 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: -- cgit v1.2.1