Browse Source

Update KERNEL.ARMV8SVE

updated KERNEL.ARMV8SVE for level 1 sve (swap, rot and scal) kernels.
tags/v0.3.29
SushilPratap04 GitHub 11 months ago
parent
commit
fa880ab1cf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      kernel/arm64/KERNEL.ARMV8SVE

+ 6
- 6
kernel/arm64/KERNEL.ARMV8SVE 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
DROTKERNEL = rot.S
SROTKERNEL = rot.c
DROTKERNEL = rot.c
CROTKERNEL = zrot.S CROTKERNEL = zrot.S
ZROTKERNEL = zrot.S ZROTKERNEL = zrot.S


SSCALKERNEL = scal.S
DSCALKERNEL = scal.S
SSCALKERNEL = scal.c
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
DSWAPKERNEL = swap_thunderx2t99.S
SSWAPKERNEL = swap.c
DSWAPKERNEL = swap.c
CSWAPKERNEL = swap_thunderx2t99.S CSWAPKERNEL = swap_thunderx2t99.S
ZSWAPKERNEL = swap_thunderx2t99.S ZSWAPKERNEL = swap_thunderx2t99.S




Loading…
Cancel
Save