Skip to content

Commit 6c7b691

Browse files
authored
Really revert xDOT changes from 1832
neglected to rebase #1892 on merging
1 parent 5f4c550 commit 6c7b691

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

kernel/mips64/KERNEL

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ CROTKERNEL = ../mips/zrot.c
66
ZROTKERNEL = ../mips/zrot.c
77
CSWAPKERNEL = ../mips/zswap.c
88
ZSWAPKERNEL = ../mips/zswap.c
9-
SDOTKERNEL = ../mips/dot.c
10-
DDOTKERNEL = ../mips/dot.c
11-
CDOTKERNEL = ../mips/zdot.c
12-
ZDOTKERNEL = ../mips/zdot.c
13-
14-
9+
10+
1511
ifndef SNRM2KERNEL
1612
SNRM2KERNEL = snrm2.S
1713
endif

0 commit comments

Comments
 (0)