Browse Source

fix dot problem on 64bit mips

tags/v0.3.4
fengruilin 7 years ago
parent
commit
43bb386b10
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      kernel/mips64/KERNEL

+ 5
- 0
kernel/mips64/KERNEL 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


Loading…
Cancel
Save