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
This commit is contained in:
Martin Kroeker 2024-04-12 20:21:31 +02:00 committed by GitHub
commit a9703c70f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ IZAMAXKERNEL = izamax_thunderx2t99.c
SNRM2KERNEL = nrm2.S SNRM2KERNEL = nrm2.S
DNRM2KERNEL = nrm2.S DNRM2KERNEL = nrm2.S
CNRM2KERNEL = scnrm2_thunderx2t99.c CNRM2KERNEL = znrm2.S
ZNRM2KERNEL = dznrm2_thunderx2t99.c ZNRM2KERNEL = znrm2.S
DDOTKERNEL = dot.c DDOTKERNEL = dot.c
SDOTKERNEL = dot.c SDOTKERNEL = dot.c