mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
compiler-rt: use native f16 type for loongarch
This ABI changed in LLVM 21.
This commit is contained in:
parent
e9ac2ce116
commit
c4592da882
@ -123,6 +123,8 @@ pub fn F16T(comptime OtherType: type) type {
|
||||
.thumbeb,
|
||||
.aarch64,
|
||||
.aarch64_be,
|
||||
.loongarch32,
|
||||
.loongarch64,
|
||||
.nvptx,
|
||||
.nvptx64,
|
||||
.riscv32,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user