Use dot.S also for DSDOT on ARMV8

This commit is contained in:
Martin Kroeker 2018-02-25 19:45:16 +01:00 committed by GitHub
parent e3a80e6aa8
commit 288d1a3f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ SDOTKERNEL = dot.S
DDOTKERNEL = dot.S DDOTKERNEL = dot.S
CDOTKERNEL = zdot.S CDOTKERNEL = zdot.S
ZDOTKERNEL = zdot.S ZDOTKERNEL = zdot.S
DSDOTKERNEL = dot.S
SNRM2KERNEL = nrm2.S SNRM2KERNEL = nrm2.S
DNRM2KERNEL = nrm2.S DNRM2KERNEL = nrm2.S