diff options
author | Raghuveer Devulapalli <raghuveer.devulapalli@intel.com> | 2022-07-25 13:04:13 -0700 |
---|---|---|
committer | Raghuveer Devulapalli <raghuveer.devulapalli@intel.com> | 2022-09-26 09:52:18 -0700 |
commit | 8dd67610592c9dea41f1b50de9235dffe0b227fa (patch) | |
tree | 9c81651163303b07119af71c84ac35614a9b003e /numpy/core/setup.py | |
parent | 0e87c993a2ffb1c60693118be551695fd82dc81e (diff) | |
download | numpy-8dd67610592c9dea41f1b50de9235dffe0b227fa.tar.gz |
ENH: Vectorize FP16 math functions on Intel SkylakeX
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) |