llvm: Disable lowering to f16 on sparc.

This commit is contained in:
Alex Rønne Petersen 2024-11-04 17:51:11 +01:00
parent 15c920ff2a
commit c9052ef931
No known key found for this signature in database

View File

@ -12730,6 +12730,8 @@ fn backendSupportsF16(target: std.Target) bool {
.mips64,
.mips64el,
.s390x,
.sparc,
.sparc64,
=> false,
.arm,
.armeb,