Browse Source

Use generic C/ZSCAL kernels to address inf/nan handling for now

tags/v0.3.30
Martin Kroeker GitHub 3 months ago
parent
commit
e12132abd4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      kernel/x86/KERNEL

+ 3
- 0
kernel/x86/KERNEL View File

@@ -200,3 +200,6 @@ endif
ifndef QROTMKERNEL
QROTMKERNEL = ../generic/rotm.c
endif

CSCALKERNEL = ../arm/zscal.c
ZSCALKERNEL = ../arm/zscal.c

Loading…
Cancel
Save