Add msa optimization for AXPY, COPY, SCALE, SWAP
authorkaustubh <kaustubh.raste@imgtec.com>
Mon, 9 Jan 2017 12:57:23 +0000 (18:27 +0530)
committerkaustubh <kaustubh.raste@imgtec.com>
Mon, 9 Jan 2017 12:57:23 +0000 (18:27 +0530)
Signed-off-by: kaustubh <kaustubh.raste@imgtec.com>
kernel/mips/KERNEL.P5600

index 50751bc..78cb00c 100644 (file)
@@ -101,10 +101,10 @@ ZSCALKERNEL  = ../mips/zscal.c
 endif
 
 ifdef HAVE_MSA
-SSWAPKERNEL  = ../mips/sswap.c
-DSWAPKERNEL  = ../mips/dswap.c
-CSWAPKERNEL  = ../mips/cswap.c
-ZSWAPKERNEL  = ../mips/zswap.c
+SSWAPKERNEL  = ../mips/sswap_msa.c
+DSWAPKERNEL  = ../mips/dswap_msa.c
+CSWAPKERNEL  = ../mips/cswap_msa.c
+ZSWAPKERNEL  = ../mips/zswap_msa.c
 else
 SSWAPKERNEL  = ../mips/swap.c
 DSWAPKERNEL  = ../mips/swap.c