Skip to content

Commit e12132a

Browse files
authored
Use generic C/ZSCAL kernels to address inf/nan handling for now
1 parent 1cefbea commit e12132a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernel/x86/KERNEL

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,6 @@ endif
200200
ifndef QROTMKERNEL
201201
QROTMKERNEL = ../generic/rotm.c
202202
endif
203+
204+
CSCALKERNEL = ../arm/zscal.c
205+
ZSCALKERNEL = ../arm/zscal.c

0 commit comments

Comments
 (0)