mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
Enable gnu_f16_abi on x86_64
This commit is contained in:
parent
0527cab71b
commit
d525c59808
@ -51,10 +51,9 @@ pub const gnu_f16_abi = switch (builtin.cpu.arch) {
|
|||||||
.wasm64,
|
.wasm64,
|
||||||
.riscv64,
|
.riscv64,
|
||||||
.riscv32,
|
.riscv32,
|
||||||
.x86_64,
|
|
||||||
=> false,
|
=> false,
|
||||||
|
|
||||||
.x86 => true,
|
.x86, .x86_64 => true,
|
||||||
|
|
||||||
.arm, .armeb, .thumb, .thumbeb => switch (builtin.abi) {
|
.arm, .armeb, .thumb, .thumbeb => switch (builtin.abi) {
|
||||||
.eabi, .eabihf => false,
|
.eabi, .eabihf => false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user