Added BX_CONFIG_FMA, SIMD madd/msub/nmsub, f32 rounding and integer div/mod. (#421)

This commit is contained in:
Branimir Karadžić
2026-09-02 19:13:20 +00:00
committed by GitHub
parent 080f466590
commit 2b9ef62e7a
19 changed files with 2858 additions and 174 deletions

View File

@@ -239,7 +239,6 @@ function toolchain(_buildDir, _libDir)
flags {
"Cpp20",
"ExtraWarnings",
"FloatFast",
}
if _ACTION == "gmake" or _ACTION == "ninja" then