Skip to content

Commit 4d08156

Browse files
authored
Use the generic C kernel for DNRM2
1 parent 52ec7fa commit 4d08156

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)