Optimize saxpy for POWER10
This patch makes use of new POWER10 vector pair instructions for loads and stores.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user