mirror of
https://github.com/apache/nuttx.git
synced 2026-02-07 13:32:55 +08:00
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>