Skip to content

Commit

Permalink
Enable gnu_f16_abi on x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
argentite authored and Vexu committed Jan 4, 2024
1 parent 0527cab commit d525c59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/compiler_rt/common.zig
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ pub const gnu_f16_abi = switch (builtin.cpu.arch) {
.wasm64,
.riscv64,
.riscv32,
.x86_64,
=> false,

.x86 => true,
.x86, .x86_64 => true,

.arm, .armeb, .thumb, .thumbeb => switch (builtin.abi) {
.eabi, .eabihf => false,
Expand Down

0 comments on commit d525c59

Please sign in to comment.