Skip to content

Commit 5f4c550

Browse files
authored
Merge pull request #1892 from martin-frbg/mipsdot
revert MIPS64 xDOT kernel changes from #1832
2 parents 731b272 + 95a5542 commit 5f4c550

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-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
SDOTKERNEL = ../mips/dot.c

kernel/mips64/KERNEL.LOONGSON3A

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ ZTRSMKERNEL_LT = ../generic/trsm_kernel_LT.c
6363
ZTRSMKERNEL_RN = ../generic/trsm_kernel_RN.c
6464
ZTRSMKERNEL_RT = ../generic/trsm_kernel_RT.c
6565

66+
DSDOTKERNEL = ../mips/dot.c
6667

6768

6869

0 commit comments

Comments
 (0)