diff options
| author | Raghuveer Devulapalli <raghuveer.devulapalli@intel.com> | 2022-02-23 09:38:00 -0800 |
|---|---|---|
| committer | Raghuveer Devulapalli <raghuveer.devulapalli@intel.com> | 2022-02-23 09:38:00 -0800 |
| commit | 9a8e1e8ca9c9ac6c4f405dee6eedc3f7f9067f15 (patch) | |
| tree | da2ae893fdfbc0a82ec8e8bb9c210d22afaae476 /numpy/core/src/common | |
| parent | 919a078f7a0563d0d27a6cfd1e3c94db9394ce9a (diff) | |
| download | numpy-9a8e1e8ca9c9ac6c4f405dee6eedc3f7f9067f15.tar.gz | |
Revert "ENH: Use SVML for f64 exp and log"
This reverts commit 413ae9063a0bbde40a8efa80fda50b172201a11c.
Diffstat (limited to 'numpy/core/src/common')
| -rw-r--r-- | numpy/core/src/common/npy_svml.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/core/src/common/npy_svml.h b/numpy/core/src/common/npy_svml.h index 1111025d7..4292f7090 100644 --- a/numpy/core/src/common/npy_svml.h +++ b/numpy/core/src/common/npy_svml.h @@ -1,7 +1,5 @@ #if NPY_SIMD && defined(NPY_HAVE_AVX512_SKX) && defined(NPY_CAN_LINK_SVML) -extern __m512 __svml_expf16(__m512 x); extern __m512 __svml_exp2f16(__m512 x); -extern __m512 __svml_logf16(__m512 x); extern __m512 __svml_log2f16(__m512 x); extern __m512 __svml_log10f16(__m512 x); extern __m512 __svml_expm1f16(__m512 x); @@ -21,9 +19,7 @@ extern __m512 __svml_asinhf16(__m512 x); extern __m512 __svml_acoshf16(__m512 x); extern __m512 __svml_atanhf16(__m512 x); -extern __m512d __svml_exp8(__m512d x); extern __m512d __svml_exp28(__m512d x); -extern __m512d __svml_log8(__m512d x); extern __m512d __svml_log28(__m512d x); extern __m512d __svml_log108(__m512d x); extern __m512d __svml_expm18(__m512d x); |
