Commit c4592da882

Alex Rønne Petersen <alex@alexrp.com>
2025-07-16 20:20:09
compiler-rt: use native f16 type for loongarch
This ABI changed in LLVM 21.
1 parent e9ac2ce
Changed files (1)
lib
compiler_rt
lib/compiler_rt/common.zig
@@ -123,6 +123,8 @@ pub fn F16T(comptime OtherType: type) type {
         .thumbeb,
         .aarch64,
         .aarch64_be,
+        .loongarch32,
+        .loongarch64,
         .nvptx,
         .nvptx64,
         .riscv32,