Skip to content

Commit fa880ab

Browse files
Update KERNEL.ARMV8SVE
updated KERNEL.ARMV8SVE for level 1 sve (swap, rot and scal) kernels.
1 parent 7822ae9 commit fa880ab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

kernel/arm64/KERNEL.ARMV8SVE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ DAXPYKERNEL = daxpy_thunderx2t99.S
6464
CAXPYKERNEL = zaxpy.S
6565
ZAXPYKERNEL = zaxpy.S
6666

67-
SROTKERNEL = rot.S
68-
DROTKERNEL = rot.S
67+
SROTKERNEL = rot.c
68+
DROTKERNEL = rot.c
6969
CROTKERNEL = zrot.S
7070
ZROTKERNEL = zrot.S
7171

72-
SSCALKERNEL = scal.S
73-
DSCALKERNEL = scal.S
72+
SSCALKERNEL = scal.c
73+
DSCALKERNEL = scal.c
7474
CSCALKERNEL = zscal.S
7575
ZSCALKERNEL = zscal.S
7676

@@ -94,8 +94,8 @@ DCOPYKERNEL = copy_thunderx2t99.c
9494
CCOPYKERNEL = copy_thunderx2t99.c
9595
ZCOPYKERNEL = copy_thunderx2t99.c
9696

97-
SSWAPKERNEL = swap_thunderx2t99.S
98-
DSWAPKERNEL = swap_thunderx2t99.S
97+
SSWAPKERNEL = swap.c
98+
DSWAPKERNEL = swap.c
9999
CSWAPKERNEL = swap_thunderx2t99.S
100100
ZSWAPKERNEL = swap_thunderx2t99.S
101101

0 commit comments

Comments
 (0)