mirror of
https://github.com/ziglang/zig.git
synced 2026-02-19 07:48:31 +00:00
parent
30b8b29f88
commit
3e126102b7
@ -45,10 +45,11 @@ pub const gnu_f16_abi = switch (builtin.cpu.arch) {
|
||||
.wasm64,
|
||||
.riscv64,
|
||||
.riscv32,
|
||||
.i386,
|
||||
.x86_64,
|
||||
=> false,
|
||||
|
||||
.i386 => true,
|
||||
|
||||
.arm, .armeb, .thumb, .thumbeb => switch (builtin.abi) {
|
||||
.eabi, .eabihf => false,
|
||||
else => true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user