Commit ae10adb6ef

Alex Rønne Petersen <alex@alexrp.com>
2024-08-31 03:29:46
llvm: Don't lower to f16 for riscv32.
This causes so many test failures that I doubt this has been tested at all.
1 parent a0205ff
Changed files (1)
src
codegen
src/codegen/llvm.zig
@@ -11990,6 +11990,7 @@ fn backendSupportsF16(target: std.Target) bool {
         .mipsel,
         .mips64,
         .mips64el,
+        .riscv32,
         .s390x,
         => false,
         .aarch64,