incubator-nuttx/libs/libm/newlib
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
..
include libm/newlib: fix newlib build error 2023-08-08 19:41:58 -03:00
.gitignore libm: ignore git submodules 2023-09-07 11:27:00 +03:00
0001-newlib-libm-fix-__RCSID-build-error.patch
0002-newlib-libm-remove-include-reent.h.patch
0003-newlib-fix-compilation-for-x86.patch newlib: fix support for x86 2024-02-26 23:56:47 +08:00
CMakeLists.txt newlib: fix compilation for sincosl 2024-02-26 23:56:47 +08:00
Kconfig
Make.defs newlib: fix compilation for sincosl 2024-02-26 23:56:47 +08:00
sincosl.c newlib: fix compilation for sincosl 2024-02-26 23:56:47 +08:00