Browse Source

Really revert xDOT changes from 1832

neglected to rebase #1892 on merging
tags/v0.3.4
Martin Kroeker GitHub 7 years ago
parent
commit
6c7b691083
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions
  1. +2
    -6
      kernel/mips64/KERNEL

+ 2
- 6
kernel/mips64/KERNEL View File

@@ -6,12 +6,8 @@ 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
endif


Loading…
Cancel
Save