| ... | @@ -12888,9 +12888,6 @@ fn backendSupportsF128(target: *const std.Target) bool { | ... | @@ -12888,9 +12888,6 @@ fn backendSupportsF128(target: *const std.Target) bool { |
| 12888 | // Test failures all over the place. | 12888 | // Test failures all over the place. |
| 12889 | .mips64, | 12889 | .mips64, |
| 12890 | .mips64el, | 12890 | .mips64el, |
| 12891 | // https://github.com/llvm/llvm-project/issues/95471 | | |
| 12892 | .nvptx, | | |
| 12893 | .nvptx64, | | |
| 12894 | // https://github.com/llvm/llvm-project/issues/41838 | 12891 | // https://github.com/llvm/llvm-project/issues/41838 |
| 12895 | .sparc, | 12892 | .sparc, |
| 12896 | => false, | 12893 | => false, |