mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
7113b61b1d
Guard float_t, double_t, and standard math functions with FLT_EVAL_METHOD checks. This ensures compilation when external toolchain's math.h lacks C99/C++11 definitions. Signed-off-by: aviralgarg05 <gargaviral99@gmail.com>