authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-02 21:08:16+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-30 06:36:41+02:00
logd4882d10f86e0559af5ed1405a46aa2651373821
tree4844711c437a18f68ef7390009d79bb07f42ad78
parent53c53a269797f406d4a3f750a247729282d942db
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

llvm: switch to native f128 IR type for nvptx

LLVM 21 added support for this.

1 files changed, 0 insertions(+), 3 deletions(-)

src/codegen/llvm.zig-3
......@@ -12888,9 +12888,6 @@ fn backendSupportsF128(target: *const std.Target) bool {
1288812888 // Test failures all over the place.
1288912889 .mips64,
1289012890 .mips64el,
12891 // https://github.com/llvm/llvm-project/issues/95471
12892 .nvptx,
12893 .nvptx64,
1289412891 // https://github.com/llvm/llvm-project/issues/41838
1289512892 .sparc,
1289612893 => false,