Skip to content

Commit 61e6009

Browse files
alexrpricherfu
authored andcommitted
llvm: Disable f128 on mips64(el).
llvm/llvm-project#96432
1 parent 2ee74ea commit 61e6009

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/codegen/llvm.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11800,6 +11800,8 @@ fn backendSupportsF16(target: std.Target) bool {
1180011800
fn backendSupportsF128(target: std.Target) bool {
1180111801
return switch (target.cpu.arch) {
1180211802
.amdgcn,
11803+
.mips64,
11804+
.mips64el,
1180311805
.sparc,
1180411806
=> false,
1180511807
.aarch64,

0 commit comments

Comments
 (0)