fix dot problem on 64bit mips

This commit is contained in:
fengruilin 2018-11-15 11:11:59 +08:00
parent 2d8064174c
commit 43bb386b10
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@ CROTKERNEL = ../mips/zrot.c
ZROTKERNEL = ../mips/zrot.c
CSWAPKERNEL = ../mips/zswap.c
ZSWAPKERNEL = ../mips/zswap.c
SDOTKERNEL = ../mips/dot.c
DDOTKERNEL = ../mips/dot.c
CDOTKERNEL = ../mips/zdot.c
ZDOTKERNEL = ../mips/zdot.c
ifndef SNRM2KERNEL
SNRM2KERNEL = snrm2.S