We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 731b272 + 95a5542 commit 5f4c550Copy full SHA for 5f4c550
kernel/mips64/KERNEL
@@ -1,9 +1,9 @@
1
CAXPYKERNEL = ../mips/zaxpy.c
2
ZAXPYKERNEL = ../mips/zaxpy.c
3
-SROTKERNEL = ../mips/rot.c
4
-DROTKERNEL = ../mips/rot.c
5
-CROTKERNEL = ../mips/zrot.c
6
-ZROTKERNEL = ../mips/zrot.c
+SROTKERNEL = ../mips/rot.c
+DROTKERNEL = ../mips/rot.c
+CROTKERNEL = ../mips/zrot.c
+ZROTKERNEL = ../mips/zrot.c
7
CSWAPKERNEL = ../mips/zswap.c
8
ZSWAPKERNEL = ../mips/zswap.c
9
SDOTKERNEL = ../mips/dot.c
kernel/mips64/KERNEL.LOONGSON3A
@@ -63,6 +63,7 @@ ZTRSMKERNEL_LT = ../generic/trsm_kernel_LT.c
63
ZTRSMKERNEL_RN = ../generic/trsm_kernel_RN.c
64
ZTRSMKERNEL_RT = ../generic/trsm_kernel_RT.c
65
66
+DSDOTKERNEL = ../mips/dot.c
67
68
69
0 commit comments