nuttx/libs
p-szafonimateusz c932fe3045 libm/newlib: disable optimization for sincos
Disable sincos optimization for all functions in this file,
otherwise gcc would generate infinite calls.
Refer to gcc bug 46926.
-fno-builtin-sin or -fno-builtin-cos can disable sincos optimization,
but these two options do not work inside optimize pragma in-file.
Thus we just enforce -O0 when compiling this file.

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
2024-06-28 01:26:18 +08:00
..
libc gdbstub: Minor style fix 2024-06-26 10:19:14 -03:00
libdsp libdsp: fix gcc14 error and clean up includes 2024-06-02 09:27:36 -03:00
libm libm/newlib: disable optimization for sincos 2024-06-28 01:26:18 +08:00
libnx semaphore/_SEM_XX: Remove the _SEM redirection macros as unnecessary 2023-11-27 04:52:54 -08:00
libxx fix nxstyle 2024-05-13 22:24:36 +02:00
CMakeLists.txt