Add msa optimization for AXPY, COPY, SCALE, SWAP

Signed-off-by: kaustubh <kaustubh.raste@imgtec.com>
This commit is contained in:
kaustubh 2017-01-09 18:27:23 +05:30
parent 88afb3bc94
commit 1480f3df71
1 changed files with 4 additions and 4 deletions

View File

@ -101,10 +101,10 @@ ZSCALKERNEL = ../mips/zscal.c
endif endif
ifdef HAVE_MSA ifdef HAVE_MSA
SSWAPKERNEL = ../mips/sswap.c SSWAPKERNEL = ../mips/sswap_msa.c
DSWAPKERNEL = ../mips/dswap.c DSWAPKERNEL = ../mips/dswap_msa.c
CSWAPKERNEL = ../mips/cswap.c CSWAPKERNEL = ../mips/cswap_msa.c
ZSWAPKERNEL = ../mips/zswap.c ZSWAPKERNEL = ../mips/zswap_msa.c
else else
SSWAPKERNEL = ../mips/swap.c SSWAPKERNEL = ../mips/swap.c
DSWAPKERNEL = ../mips/swap.c DSWAPKERNEL = ../mips/swap.c