mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
compiler-rt: use native f16 type for loongarch
This ABI changed in LLVM 21.
This commit is contained in:
parent
e9ac2ce116
commit
c4592da882
1 changed files with 2 additions and 0 deletions
|
|
@ -123,6 +123,8 @@ pub fn F16T(comptime OtherType: type) type {
|
|||
.thumbeb,
|
||||
.aarch64,
|
||||
.aarch64_be,
|
||||
.loongarch32,
|
||||
.loongarch64,
|
||||
.nvptx,
|
||||
.nvptx64,
|
||||
.riscv32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue