mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
libm/libmcs: add math library libmcs support
add math library libmcs support (1)open menuconfig (2)close math.h:build setup->Customize Header Files->math.h (3) select libmcs:Library Rountines->Select math library->Math Library fram LibmCS (4)build Signed-off-by: yanghuatao <yanghuatao@xiaomi.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# For a description of the syntax of this configuration file,
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
config LIBM_LIBMCS_WANT_COMPLEX
|
||||
bool "libmcs complex support"
|
||||
default y
|
||||
---help---
|
||||
complex support, will use complex.h
|
||||
Reference in New Issue
Block a user