zig
zig copied to clipboard
Compilation: pass code model to buildOutputFromZig
Fixes #18210 and makes it possible to use floating-point types in Zig on RISC-V. Tested with my Orion firmware for RISC-V which is using Phantom UI for its built in GUI. Was able to use f32 without any issues.