Commit d4882d10f8

Alex Rønne Petersen <alex@alexrp.com>
2025-08-02 21:08:16
llvm: switch to native f128 IR type for nvptx
LLVM 21 added support for this.
1 parent 53c53a2
Changed files (1)
src
codegen
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,