File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ DAXPYKERNEL = daxpy_thunderx2t99.S
64
64
CAXPYKERNEL = zaxpy.S
65
65
ZAXPYKERNEL = zaxpy.S
66
66
67
- SROTKERNEL = rot.S
68
- DROTKERNEL = rot.S
67
+ SROTKERNEL = rot.c
68
+ DROTKERNEL = rot.c
69
69
CROTKERNEL = zrot.S
70
70
ZROTKERNEL = zrot.S
71
71
72
- SSCALKERNEL = scal.S
73
- DSCALKERNEL = scal.S
72
+ SSCALKERNEL = scal.c
73
+ DSCALKERNEL = scal.c
74
74
CSCALKERNEL = zscal.S
75
75
ZSCALKERNEL = zscal.S
76
76
@@ -94,8 +94,8 @@ DCOPYKERNEL = copy_thunderx2t99.c
94
94
CCOPYKERNEL = copy_thunderx2t99.c
95
95
ZCOPYKERNEL = copy_thunderx2t99.c
96
96
97
- SSWAPKERNEL = swap_thunderx2t99.S
98
- DSWAPKERNEL = swap_thunderx2t99.S
97
+ SSWAPKERNEL = swap.c
98
+ DSWAPKERNEL = swap.c
99
99
CSWAPKERNEL = swap_thunderx2t99.S
100
100
ZSWAPKERNEL = swap_thunderx2t99.S
101
101
You can’t perform that action at this time.
0 commit comments