From 8dd67610592c9dea41f1b50de9235dffe0b227fa Mon Sep 17 00:00:00 2001 From: Raghuveer Devulapalli Date: Mon, 25 Jul 2022 13:04:13 -0700 Subject: ENH: Vectorize FP16 math functions on Intel SkylakeX --- numpy/core/setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/core/setup.py') 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) -- cgit v1.2.1