Browse Source

revert the C/Z NRM2 kernels to the base NEON kernel as well

tags/v0.3.28^2
Martin Kroeker GitHub 2 years ago
parent
commit
7cfd433d0c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kernel/arm64/KERNEL.NEOVERSEN1

+ 2
- 2
kernel/arm64/KERNEL.NEOVERSEN1 View File

@@ -93,8 +93,8 @@ IZAMAXKERNEL = izamax_thunderx2t99.c

SNRM2KERNEL = nrm2.S
DNRM2KERNEL = nrm2.S
CNRM2KERNEL = scnrm2_thunderx2t99.c
ZNRM2KERNEL = dznrm2_thunderx2t99.c
CNRM2KERNEL = znrm2.S
ZNRM2KERNEL = znrm2.S

DDOTKERNEL = dot.c
SDOTKERNEL = dot.c


Loading…
Cancel
Save