Merge pull request #1892 from martin-frbg/mipsdot
revert MIPS64 xDOT kernel changes from #1832
This commit is contained in:
commit
5f4c550c27
|
@ -1,9 +1,9 @@
|
||||||
CAXPYKERNEL = ../mips/zaxpy.c
|
CAXPYKERNEL = ../mips/zaxpy.c
|
||||||
ZAXPYKERNEL = ../mips/zaxpy.c
|
ZAXPYKERNEL = ../mips/zaxpy.c
|
||||||
SROTKERNEL = ../mips/rot.c
|
SROTKERNEL = ../mips/rot.c
|
||||||
DROTKERNEL = ../mips/rot.c
|
DROTKERNEL = ../mips/rot.c
|
||||||
CROTKERNEL = ../mips/zrot.c
|
CROTKERNEL = ../mips/zrot.c
|
||||||
ZROTKERNEL = ../mips/zrot.c
|
ZROTKERNEL = ../mips/zrot.c
|
||||||
CSWAPKERNEL = ../mips/zswap.c
|
CSWAPKERNEL = ../mips/zswap.c
|
||||||
ZSWAPKERNEL = ../mips/zswap.c
|
ZSWAPKERNEL = ../mips/zswap.c
|
||||||
SDOTKERNEL = ../mips/dot.c
|
SDOTKERNEL = ../mips/dot.c
|
||||||
|
|
|
@ -63,6 +63,7 @@ ZTRSMKERNEL_LT = ../generic/trsm_kernel_LT.c
|
||||||
ZTRSMKERNEL_RN = ../generic/trsm_kernel_RN.c
|
ZTRSMKERNEL_RN = ../generic/trsm_kernel_RN.c
|
||||||
ZTRSMKERNEL_RT = ../generic/trsm_kernel_RT.c
|
ZTRSMKERNEL_RT = ../generic/trsm_kernel_RT.c
|
||||||
|
|
||||||
|
DSDOTKERNEL = ../mips/dot.c
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue