Skip to content

Commit 95a5542

Browse files
authored
Revert DOT kernel changes from #1834
as the failures seen on Loongson3A appear to be limited to DSDOT/SDSDOT (i.e. my hackish "fix" from #1684)
1 parent 7a2e1bc commit 95a5542

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kernel/mips64/KERNEL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
CAXPYKERNEL = ../mips/zaxpy.c
22
ZAXPYKERNEL = ../mips/zaxpy.c
3-
SROTKERNEL = ../mips/rot.c
4-
DROTKERNEL = ../mips/rot.c
5-
CROTKERNEL = ../mips/zrot.c
6-
ZROTKERNEL = ../mips/zrot.c
3+
SROTKERNEL = ../mips/rot.c
4+
DROTKERNEL = ../mips/rot.c
5+
CROTKERNEL = ../mips/zrot.c
6+
ZROTKERNEL = ../mips/zrot.c
77
CSWAPKERNEL = ../mips/zswap.c
88
ZSWAPKERNEL = ../mips/zswap.c
99

0 commit comments

Comments
 (0)