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
kbin
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
Kconfig
Makefile
libm.csv