mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
llvm: Don't lower to f16 for riscv32.
This causes so many test failures that I doubt this has been tested at all.
This commit is contained in:
parent
a0205fff98
commit
ae10adb6ef
@ -11990,6 +11990,7 @@ fn backendSupportsF16(target: std.Target) bool {
|
||||
.mipsel,
|
||||
.mips64,
|
||||
.mips64el,
|
||||
.riscv32,
|
||||
.s390x,
|
||||
=> false,
|
||||
.aarch64,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user