Revert DOT kernel changes from #1834
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Fri, 30 Nov 2018 10:16:24 +0000 (11:16 +0100)
committerGitHub <noreply@github.com>
Fri, 30 Nov 2018 10:16:24 +0000 (11:16 +0100)
as the failures seen on Loongson3A appear to be limited to DSDOT/SDSDOT (i.e. my hackish "fix" from #1684)

kernel/mips64/KERNEL

index e257dcf..f77ca19 100644 (file)
@@ -1,9 +1,9 @@
 CAXPYKERNEL = ../mips/zaxpy.c
 ZAXPYKERNEL = ../mips/zaxpy.c
-SROTKERNEL = ../mips/rot.c
-DROTKERNEL = ../mips/rot.c
-CROTKERNEL = ../mips/zrot.c
-ZROTKERNEL = ../mips/zrot.c
+SROTKERNEL  = ../mips/rot.c
+DROTKERNEL  = ../mips/rot.c
+CROTKERNEL  = ../mips/zrot.c
+ZROTKERNEL  = ../mips/zrot.c
 CSWAPKERNEL = ../mips/zswap.c
 ZSWAPKERNEL = ../mips/zswap.c