Skip to content

Commit 82b0f44

Browse files
alexrpandrewrk
authored andcommitted
llvm: Disable lowering to f16 on s390x.
llvm/llvm-project#50374
1 parent a1a823f commit 82b0f44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/codegen/llvm.zig

+1
Original file line numberDiff line numberDiff line change
@@ -11763,6 +11763,7 @@ fn backendSupportsF16(target: std.Target) bool {
1176311763
.mipsel,
1176411764
.mips64,
1176511765
.mips64el,
11766+
.s390x,
1176611767
=> false,
1176711768
.aarch64 => std.Target.aarch64.featureSetHas(target.cpu.features, .fp_armv8),
1176811769
else => true,

0 commit comments

Comments
 (0)