commit d4882d10f86e0559af5ed1405a46aa2651373821 (tree)
parent 53c53a269797f406d4a3f750a247729282d942db
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Sat, 2 Aug 2025 21:08:16 +0200
llvm: switch to native f128 IR type for nvptx
LLVM 21 added support for this.
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git 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,