nuttx/libs/libm/newlib/Kconfig
yanghuatao 826dd87f30 libm/newlib: add newlib/libm support
Signed-off-by: yanghuatao <yanghuatao@xiaomi.com>
2023-04-24 10:32:53 +08:00

13 lines
388 B
Plaintext

#
# 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.