Commit d525c59808

Anubhab Ghosh <anubhabghosh.me@gmail.com>
2023-12-24 15:12:34
Enable gnu_f16_abi on x86_64
1 parent 0527cab
Changed files (1)
lib
compiler_rt
lib/compiler_rt/common.zig
@@ -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,