Update KERNEL.ARMV8SVE

updated KERNEL.ARMV8SVE for level 1 sve (swap, rot and scal) kernels.
This commit is contained in:
SushilPratap04 2024-10-30 14:09:37 +05:30 committed by GitHub
parent 7822ae9617
commit fa880ab1cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -64,13 +64,13 @@ DAXPYKERNEL = daxpy_thunderx2t99.S
CAXPYKERNEL = zaxpy.S CAXPYKERNEL = zaxpy.S
ZAXPYKERNEL = zaxpy.S ZAXPYKERNEL = zaxpy.S
SROTKERNEL = rot.S SROTKERNEL = rot.c
DROTKERNEL = rot.S DROTKERNEL = rot.c
CROTKERNEL = zrot.S CROTKERNEL = zrot.S
ZROTKERNEL = zrot.S ZROTKERNEL = zrot.S
SSCALKERNEL = scal.S SSCALKERNEL = scal.c
DSCALKERNEL = scal.S DSCALKERNEL = scal.c
CSCALKERNEL = zscal.S CSCALKERNEL = zscal.S
ZSCALKERNEL = zscal.S ZSCALKERNEL = zscal.S
@ -94,8 +94,8 @@ DCOPYKERNEL = copy_thunderx2t99.c
CCOPYKERNEL = copy_thunderx2t99.c CCOPYKERNEL = copy_thunderx2t99.c
ZCOPYKERNEL = copy_thunderx2t99.c ZCOPYKERNEL = copy_thunderx2t99.c
SSWAPKERNEL = swap_thunderx2t99.S SSWAPKERNEL = swap.c
DSWAPKERNEL = swap_thunderx2t99.S DSWAPKERNEL = swap.c
CSWAPKERNEL = swap_thunderx2t99.S CSWAPKERNEL = swap_thunderx2t99.S
ZSWAPKERNEL = swap_thunderx2t99.S ZSWAPKERNEL = swap_thunderx2t99.S