summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSayed Adel <seiko@imavr.com>2022-02-16 17:47:50 +0200
committerGitHub <noreply@github.com>2022-02-16 17:47:50 +0200
commitf80aba83de3027a08597b13107e549f401a2ec40 (patch)
tree805fce5b2cd49811ba6caff8c03daf67f6b0b4e2
parent5a53fa9326047e33c251d238a6ce344980cbe038 (diff)
parentdee997dc198f38fe33a114128367e837a63d35cc (diff)
downloadnumpy-f80aba83de3027a08597b13107e549f401a2ec40.tar.gz
Merge pull request #21061 from rafaelcfsousa/p10_loops
BLD,ENH: Add vsx3 and vsx4 as targets when building cos/sin and tanh
-rw-r--r--numpy/core/src/umath/loops_hyperbolic.dispatch.c.src2
-rw-r--r--numpy/core/src/umath/loops_trigonometric.dispatch.c.src2
2 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/src/umath/loops_hyperbolic.dispatch.c.src b/numpy/core/src/umath/loops_hyperbolic.dispatch.c.src
index 367b102c6..8cccc18f0 100644
--- a/numpy/core/src/umath/loops_hyperbolic.dispatch.c.src
+++ b/numpy/core/src/umath/loops_hyperbolic.dispatch.c.src
@@ -1,7 +1,7 @@
/*@targets
** $maxopt baseline
** (avx2 fma3) AVX512_SKX
- ** vsx2
+ ** vsx2 vsx4
** neon_vfpv4
**/
#include "numpy/npy_math.h"
diff --git a/numpy/core/src/umath/loops_trigonometric.dispatch.c.src b/numpy/core/src/umath/loops_trigonometric.dispatch.c.src
index cd9b2ed54..44c47d14f 100644
--- a/numpy/core/src/umath/loops_trigonometric.dispatch.c.src
+++ b/numpy/core/src/umath/loops_trigonometric.dispatch.c.src
@@ -1,7 +1,7 @@
/*@targets
** $maxopt baseline
** (avx2 fma3) avx512f
- ** vsx2
+ ** vsx2 vsx3 vsx4
** neon_vfpv4
**/
#include "numpy/npy_math.h"