compiler-rt: use native f16 type for loongarch

This ABI changed in LLVM 21.
This commit is contained in:
Alex Rønne Petersen 2025-07-16 20:20:09 +02:00
parent e9ac2ce116
commit c4592da882
No known key found for this signature in database

View File

@ -123,6 +123,8 @@ pub fn F16T(comptime OtherType: type) type {
.thumbeb,
.aarch64,
.aarch64_be,
.loongarch32,
.loongarch64,
.nvptx,
.nvptx64,
.riscv32,