diff options
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r-- | numpy/core/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index fc09dba8b..3a239a70e 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -1077,7 +1077,6 @@ def configuration(parent_package='',top_path=None): # actually the other way around, better performance and # after all maintainable code. svml_filter = ( - 'svml_z0_tanh_d_la.s', 'svml_z0_tanh_s_la.s' ) if can_link_svml() and check_svml_submodule(svml_path): svml_objs = glob.glob(svml_path + '/**/*.s', recursive=True) |