From d4882d10f86e0559af5ed1405a46aa2651373821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 2 Aug 2025 21:08:16 +0200 Subject: [PATCH] llvm: switch to native f128 IR type for nvptx LLVM 21 added support for this. --- src/codegen/llvm.zig | 3 --- 1 file changed, 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,