Browse Source

Use dot.S also for DSDOT on ARMV8

tags/v0.3.0
Martin Kroeker GitHub 8 years ago
parent
commit
288d1a3f6e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kernel/arm64/KERNEL.ARMV8

+ 1
- 0
kernel/arm64/KERNEL.ARMV8 View File

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

SNRM2KERNEL = nrm2.S
DNRM2KERNEL = nrm2.S


Loading…
Cancel
Save