2017-01-19 09:37:33 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
2017-01-20 08:24:59 -06:00
|
|
|
# These are library functions that may be overriden by architecture-
|
|
|
|
# specific implementations. Not all architectures support implementations
|
|
|
|
# for every library function.
|
|
|
|
|
2017-01-19 09:37:33 -06:00
|
|
|
config LIBM_ARCH_CEIL
|
|
|
|
default n
|
2017-01-20 08:24:59 -06:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 09:37:33 -06:00
|
|
|
|
|
|
|
config LIBM_ARCH_FLOOR
|
|
|
|
default n
|
2017-01-20 08:24:59 -06:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 09:37:33 -06:00
|
|
|
|
|
|
|
config LIBM_ARCH_NEARBYINT
|
|
|
|
default n
|
2017-01-20 08:24:59 -06:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 09:37:33 -06:00
|
|
|
|
|
|
|
config LIBM_ARCH_RINT
|
|
|
|
default n
|
2017-01-20 08:24:59 -06:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 09:37:33 -06:00
|
|
|
|
|
|
|
config LIBM_ARCH_ROUND
|
|
|
|
default n
|
2017-01-20 08:24:59 -06:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 09:37:33 -06:00
|
|
|
|
|
|
|
config LIBM_ARCH_TRUNC
|
|
|
|
default n
|
2017-01-20 08:24:59 -06:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 09:37:33 -06:00
|
|
|
|
|
|
|
config LIBM_ARCH_CEILF
|
|
|
|
default n
|
2017-01-20 08:24:59 -06:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 09:37:33 -06:00
|
|
|
|
|
|
|
config LIBM_ARCH_FLOORF
|
|
|
|
default n
|
2017-01-20 08:24:59 -06:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 09:37:33 -06:00
|
|
|
|
|
|
|
config LIBM_ARCH_NEARBYINTF
|
|
|
|
default n
|
2017-01-20 08:24:59 -06:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 09:37:33 -06:00
|
|
|
|
|
|
|
config LIBM_ARCH_RINTF
|
|
|
|
default n
|
2017-01-20 08:24:59 -06:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 09:37:33 -06:00
|
|
|
|
|
|
|
config LIBM_ARCH_ROUNDF
|
|
|
|
default n
|
2017-01-20 08:24:59 -06:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 09:37:33 -06:00
|
|
|
|
|
|
|
config LIBM_ARCH_TRUNCF
|
|
|
|
default n
|
2017-01-20 08:24:59 -06:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 09:37:33 -06:00
|
|
|
|
2017-01-20 08:24:59 -06:00
|
|
|
if ARCH_CORTEXM33
|
|
|
|
source libc/machine/armv8/Kconfig
|
|
|
|
endif
|