We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7822ae9 commit fa880abCopy full SHA for fa880ab
1 file changed
kernel/arm64/KERNEL.ARMV8SVE
@@ -64,13 +64,13 @@ DAXPYKERNEL = daxpy_thunderx2t99.S
64
CAXPYKERNEL = zaxpy.S
65
ZAXPYKERNEL = zaxpy.S
66
67
-SROTKERNEL = rot.S
68
-DROTKERNEL = rot.S
+SROTKERNEL = rot.c
+DROTKERNEL = rot.c
69
CROTKERNEL = zrot.S
70
ZROTKERNEL = zrot.S
71
72
-SSCALKERNEL = scal.S
73
-DSCALKERNEL = scal.S
+SSCALKERNEL = scal.c
+DSCALKERNEL = scal.c
74
CSCALKERNEL = zscal.S
75
ZSCALKERNEL = zscal.S
76
@@ -94,8 +94,8 @@ DCOPYKERNEL = copy_thunderx2t99.c
94
CCOPYKERNEL = copy_thunderx2t99.c
95
ZCOPYKERNEL = copy_thunderx2t99.c
96
97
-SSWAPKERNEL = swap_thunderx2t99.S
98
-DSWAPKERNEL = swap_thunderx2t99.S
+SSWAPKERNEL = swap.c
+DSWAPKERNEL = swap.c
99
CSWAPKERNEL = swap_thunderx2t99.S
100
ZSWAPKERNEL = swap_thunderx2t99.S
101
0 commit comments