mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
llvm: Disable lowering to f16 on s390x.
https://github.com/llvm/llvm-project/issues/50374
This commit is contained in:
parent
a1a823f69c
commit
82b0f44721
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user