nuttx/libs
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
..
libc arch/x86_64: add cmake support 2024-02-23 07:45:57 +08:00
libdsp Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
libm newlib: fix compilation for sincosl 2024-02-26 23:56:47 +08:00
libnx semaphore/_SEM_XX: Remove the _SEM redirection macros as unnecessary 2023-11-27 04:52:54 -08:00
libxx libs/libxx: add patch to remove mach/mach_time.h inclusion 2024-02-16 10:42:23 -08:00
CMakeLists.txt