Browse Source

Use generic/dot.c instead of the inferior arm/dot.c for x86 DSDOT

to resolve dsdot utest failure seen in #1492
tags/v0.3.0
Martin Kroeker GitHub 7 years ago
parent
commit
28ac9ea5a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/x86/KERNEL

+ 1
- 1
kernel/x86/KERNEL View File

@@ -169,7 +169,7 @@ ifndef ZDOTKERNEL
ZDOTKERNEL = ../arm/zdot.c
endif

DSDOTKERNEL = ../arm/dot.c
DSDOTKERNEL = ../generic/dot.c

# Bug in znrm2 assembler kernel
ifndef ZNRM2KERNEL


Loading…
Cancel
Save