llvm: Disable lowering to f16 on s390x.

https://github.com/llvm/llvm-project/issues/50374
This commit is contained in:
Alex Rønne Petersen 2024-08-12 04:28:22 +02:00 committed by Andrew Kelley
parent a1a823f69c
commit 82b0f44721

View File

@ -11763,6 +11763,7 @@ fn backendSupportsF16(target: std.Target) bool {
.mipsel,
.mips64,
.mips64el,
.s390x,
=> false,
.aarch64 => std.Target.aarch64.featureSetHas(target.cpu.features, .fp_armv8),
else => true,