aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2025-08-02 21:08:16 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2025-08-30 06:36:41 +0200
commitd4882d10f86e0559af5ed1405a46aa2651373821 (patch)
tree4844711c437a18f68ef7390009d79bb07f42ad78 /src/codegen
parent53c53a269797f406d4a3f750a247729282d942db (diff)
downloadzig-d4882d10f86e0559af5ed1405a46aa2651373821.tar.gz
zig-d4882d10f86e0559af5ed1405a46aa2651373821.zip
llvm: switch to native f128 IR type for nvptx
LLVM 21 added support for this.
Diffstat (limited to 'src/codegen')
-rw-r--r--src/codegen/llvm.zig3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig
index 44bb06ff53..70bcbcf5a2 100644
--- a/src/codegen/llvm.zig
+++ b/src/codegen/llvm.zig
@@ -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,