This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/product-mini/platforms/nuttx
Huang Qi 0065743075
Correct DPFPU and FPU handling for NuttX (#1027)
Since DPFPU depends on FPU, if FPU is enabled we will never enter DPFPU
branch since `ifeq (${CONFIG_ARCH_FPU}, y)` is always true.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2022-03-08 13:31:38 +08:00
..
main.c Fix issues reported by gcc -fsanitize flag (#678) 2021-07-30 15:21:17 +08:00
wamr.mk Correct DPFPU and FPU handling for NuttX (#1027) 2022-03-08 13:31:38 +08:00