libm/newlib: add newlib/libm support

Signed-off-by: yanghuatao <yanghuatao@xiaomi.com>
This commit is contained in:
yanghuatao
2023-04-22 19:08:00 +08:00
committed by Xiang Xiao
parent 70395f49b2
commit 826dd87f30
13 changed files with 2172 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config LIBM_NEWLIB_HW_FP
bool "Newlib hardware floating-point routines"
default n
---help---
The option is being disabled because the mathfp library is
not up to standard due to inaccuracies caused by some of the
floating-point algorithms used.