diff options
| author | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-05-09 17:25:57 +0200 |
|---|---|---|
| committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-05-09 17:25:57 +0200 |
| commit | ecdad497085880e18026e88d3f06c5a0feab2f39 (patch) | |
| tree | 4e43670b943f84a570b17aa66d7bd874c445202c /numpy | |
| parent | 3e2069003cd671cd5c4798d28a63c23b1dd7137e (diff) | |
| download | numpy-ecdad497085880e18026e88d3f06c5a0feab2f39.tar.gz | |
MAINT: document why OPTIONAL_INTRINSICS needs arguments
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/core/setup_common.py | 1 |
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.')] |
