mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
llvm: switch to native f128 IR type for nvptx
LLVM 21 added support for this.
This commit is contained in:
parent
53c53a2697
commit
d4882d10f8
1 changed files with 0 additions and 3 deletions
|
|
@ -12888,9 +12888,6 @@ fn backendSupportsF128(target: *const std.Target) bool {
|
|||
// Test failures all over the place.
|
||||
.mips64,
|
||||
.mips64el,
|
||||
// https://github.com/llvm/llvm-project/issues/95471
|
||||
.nvptx,
|
||||
.nvptx64,
|
||||
// https://github.com/llvm/llvm-project/issues/41838
|
||||
.sparc,
|
||||
=> false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue