llvm: switch to native f128 IR type for nvptx

LLVM 21 added support for this.
This commit is contained in:
Alex Rønne Petersen 2025-08-02 21:08:16 +02:00
parent 53c53a2697
commit d4882d10f8
No known key found for this signature in database

View file

@ -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,