From b16288698742e7593db61cf9a618e2d03de6b36e Mon Sep 17 00:00:00 2001 From: Sayed Adel Date: Sun, 18 Oct 2020 12:03:17 +0000 Subject: SIMD: Replace raw SIMD of sin/cos with NPYV The new code improves the performance of non-contiguous memory access for the output array without any reduction in performance. For PPC64LE the performance increased by 2-3.0, and 1.5-2.0 on aarch64. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b0fa037a6..5a5e464cc 100644 --- a/.gitignore +++ b/.gitignore @@ -218,3 +218,4 @@ numpy/core/src/_simd/_simd_inc.h # umath module numpy/core/src/umath/loops_unary_fp.dispatch.c numpy/core/src/umath/loops_arithm_fp.dispatch.c +numpy/core/src/umath/loops_trigonometric.dispatch.c -- cgit v1.2.1