Optimize saxpy for POWER10

This patch makes use of new POWER10 vector pair instructions for
loads and stores.
This commit is contained in:
Rajalakshmi Srinivasaraghavan
2020-10-26 13:24:59 -05:00
parent 76203e2120
commit c24ba8b1dd
3 changed files with 301 additions and 1 deletions

View File

@@ -141,7 +141,7 @@ DASUMKERNEL = dasum.c
CASUMKERNEL = casum.c
ZASUMKERNEL = zasum.c
#
SAXPYKERNEL = saxpy.c
SAXPYKERNEL = saxpy_power10.c
DAXPYKERNEL = daxpy_power10.c
ifneq ($(GCCVERSIONGTEQ9),1)
CAXPYKERNEL = caxpy_power9.S