authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-07-16 20:20:09+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-30 06:36:41+02:00
logc4592da88230939c068350e469bdc34076260860
tree0f5b94dbd5bd5a95d614bac03e1045fbaa1502a7
parente9ac2ce1167f0f2f86d824549b8ab04d1028129c
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

compiler-rt: use native f16 type for loongarch

This ABI changed in LLVM 21.

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

lib/compiler_rt/common.zig+2
...@@ -123,6 +123,8 @@ pub fn F16T(comptime OtherType: type) type {...@@ -123,6 +123,8 @@ pub fn F16T(comptime OtherType: type) type {
123 .thumbeb,123 .thumbeb,
124 .aarch64,124 .aarch64,
125 .aarch64_be,125 .aarch64_be,
126 .loongarch32,
127 .loongarch64,
126 .nvptx,128 .nvptx,
127 .nvptx64,129 .nvptx64,
128 .riscv32,130 .riscv32,