Really revert xDOT changes from 1832

neglected to rebase #1892 on merging
This commit is contained in:
Martin Kroeker 2018-11-30 21:32:01 +01:00 committed by GitHub
parent 5f4c550c27
commit 6c7b691083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

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