Enable gnu_f16_abi on x86_64

This commit is contained in:
Anubhab Ghosh 2023-12-24 19:42:34 +05:30 committed by Veikka Tuominen
parent 0527cab71b
commit d525c59808

View File

@ -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,