aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
diff options
context:
space:
mode:
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,