Browse Source

Add msa optimization for AXPY, COPY, SCALE, SWAP

Signed-off-by: kaustubh <kaustubh.raste@imgtec.com>
tags/v0.2.20^2
kaustubh 9 years ago
parent
commit
1480f3df71
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      kernel/mips/KERNEL.P5600

+ 4
- 4
kernel/mips/KERNEL.P5600 View 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


Loading…
Cancel
Save