summaryrefslogtreecommitdiff
path: root/numpy/core/setup_common.py
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2013-05-09 17:25:57 +0200
committerJulian Taylor <jtaylor.debian@googlemail.com>2013-05-09 17:25:57 +0200
commitecdad497085880e18026e88d3f06c5a0feab2f39 (patch)
tree4e43670b943f84a570b17aa66d7bd874c445202c /numpy/core/setup_common.py
parent3e2069003cd671cd5c4798d28a63c23b1dd7137e (diff)
downloadnumpy-ecdad497085880e18026e88d3f06c5a0feab2f39.tar.gz
MAINT: document why OPTIONAL_INTRINSICS needs arguments
Diffstat (limited to 'numpy/core/setup_common.py')
-rw-r--r--numpy/core/setup_common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/setup_common.py b/numpy/core/setup_common.py
index c9f5030f4..a1a9ac9af 100644
--- a/numpy/core/setup_common.py
+++ b/numpy/core/setup_common.py
@@ -98,6 +98,7 @@ OPTIONAL_STDFUNCS = ["expm1", "log1p", "acosh", "asinh", "atanh",
"copysign", "nextafter"]
# optional gcc compiler builtins and their call arguments
+# call arguments are required as the compiler will do strict signature checking
OPTIONAL_INTRINSICS = [("__builtin_isnan", '5.'),
("__builtin_isinf", '5.'),
("__builtin_isfinite", '5.')]