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:
Alex Rønne Petersen 2024-08-31 03:29:46 +02:00
parent a0205fff98
commit ae10adb6ef
No known key found for this signature in database

View File

@ -11990,6 +11990,7 @@ fn backendSupportsF16(target: std.Target) bool {
.mipsel,
.mips64,
.mips64el,
.riscv32,
.s390x,
=> false,
.aarch64,