From c4592da88230939c068350e469bdc34076260860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 16 Jul 2025 20:20:09 +0200 Subject: [PATCH] compiler-rt: use native f16 type for loongarch This ABI changed in LLVM 21. --- lib/compiler_rt/common.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/compiler_rt/common.zig b/lib/compiler_rt/common.zig index eb19d099b5..cc72e8b0a4 100644 --- a/lib/compiler_rt/common.zig +++ b/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,