Merge pull request #1892 from martin-frbg/mipsdot
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Fri, 30 Nov 2018 20:28:21 +0000 (21:28 +0100)
committerGitHub <noreply@github.com>
Fri, 30 Nov 2018 20:28:21 +0000 (21:28 +0100)
revert MIPS64 xDOT kernel changes from #1832

1  2 
kernel/mips64/KERNEL

@@@ -1,16 -1,11 +1,16 @@@
  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
 +SDOTKERNEL   = ../mips/dot.c                                                                                        
 +DDOTKERNEL   = ../mips/dot.c                                                                                        
 +CDOTKERNEL   = ../mips/zdot.c                                                                                       
 +ZDOTKERNEL   = ../mips/zdot.c    
 +
  
  ifndef SNRM2KERNEL
  SNRM2KERNEL = snrm2.S