incubator-nuttx/libs/libm
p-szafonimateusz e967be059a newlib: fix compilation for sincosl
aggresive optimisation can replace occurrences of sinl() and cosl() with
sincosl(), but sincosl() is missing in newlib which causes error. So let's
use custom implementation here.

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
2024-02-26 23:56:47 +08:00
..
bin libs/libm/bin/Makefile: fix nxstyle 2023-05-18 19:31:12 +08:00
kbin libs/libm/kbin/Makefile: fix nxstyle 2023-05-18 19:31:12 +08:00
libm nxstyle: cleanup UTF-8 Unicode to ASCII 2023-09-18 11:54:17 -04:00
libmcs libm: Fix an issue that public header files are not exported 2023-11-23 16:32:53 +01:00
newlib newlib: fix compilation for sincosl 2024-02-26 23:56:47 +08:00
openlibm libm: Fix an issue that public header files are not exported 2023-11-23 16:32:53 +01:00
.gitignore esp32: Use newlib-esp32 2023-09-14 19:33:50 +08:00
CMakeLists.txt cmake: support arm specific libm 2023-07-14 21:33:53 +08:00
Kconfig libm/libmcs: add math library libmcs support 2023-04-29 13:47:28 +08:00
Makefile libs/libm/Makefile: fix nxstyle 2023-05-18 19:31:12 +08:00
libm.csv