Skip to content

Commit 05d7c18

Browse files
authored
Merge pull request #5599 from martin-frbg/issue5552
Temporarily use the generic C kernel for DNRM2 on SPARC
2 parents 52ec7fa + 4d08156 commit 05d7c18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kernel/sparc/KERNEL

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ SNRM2KERNEL = snrm2.S
5959
endif
6060

6161
ifndef DNRM2KERNEL
62-
DNRM2KERNEL = dnrm2.S
62+
#DNRM2KERNEL = dnrm2.S
63+
DNRM2KERNEL = ../arm/nrm2.c
6364
endif
6465

6566
ifndef CNRM2KERNEL

0 commit comments

Comments
 (0)