mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
llvm: Disable f128 on mips64(el).
https://github.com/llvm/llvm-project/issues/96432
This commit is contained in:
parent
18e94c355e
commit
2f101e2b6e
@ -11773,6 +11773,8 @@ fn backendSupportsF16(target: std.Target) bool {
|
||||
fn backendSupportsF128(target: std.Target) bool {
|
||||
return switch (target.cpu.arch) {
|
||||
.amdgcn,
|
||||
.mips64,
|
||||
.mips64el,
|
||||
.sparc,
|
||||
=> false,
|
||||
.aarch64,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user