llvm: switch to native f128 IR type for nvptx
LLVM 21 added support for this.
1 files changed, 0 insertions(+), 3 deletions(-)
src
codegen
src/codegen/llvm.zig-3
| ... | ... | @@ -12888,9 +12888,6 @@ fn backendSupportsF128(target: *const std.Target) bool { |
| 12888 | 12888 | // Test failures all over the place. |
| 12889 | 12889 | .mips64, |
| 12890 | 12890 | .mips64el, |
| 12891 | | // https://github.com/llvm/llvm-project/issues/95471 |
| 12892 | | .nvptx, |
| 12893 | | .nvptx64, |
| 12894 | 12891 | // https://github.com/llvm/llvm-project/issues/41838 |
| 12895 | 12892 | .sparc, |
| 12896 | 12893 | => false, |