Browse Source

Merge pull request #4631 from martin-frbg/issue4626

revert the C/Z NRM2 kernels for NEOVERSEN1 and VORTEX to the base NEON kernel as well
tags/v0.3.28^2
Martin Kroeker GitHub 2 years ago
parent
commit
a9703c70f3
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