diff options
Diffstat (limited to 'numpy/core/setup_common.py')
-rw-r--r-- | numpy/core/setup_common.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/setup_common.py b/numpy/core/setup_common.py index 2db4b4331..24d480ae7 100644 --- a/numpy/core/setup_common.py +++ b/numpy/core/setup_common.py @@ -125,6 +125,8 @@ OPTIONAL_INTRINSICS = [("__builtin_isnan", '5.'), # function name will be converted to HAVE_<upper-case-name> preprocessor macro OPTIONAL_GCC_ATTRIBUTES = [('__attribute__((optimize("unroll-loops")))', 'attribute_optimize_unroll_loops'), + ('__attribute__((optimize("O3")))', + 'attribute_optimize_opt_3'), ] # Subset of OPTIONAL_STDFUNCS which may alreay have HAVE_* defined by Python.h |