| ... | @@ -45,10 +45,11 @@ pub const gnu_f16_abi = switch (builtin.cpu.arch) { | ... | @@ -45,10 +45,11 @@ pub const gnu_f16_abi = switch (builtin.cpu.arch) { |
| 45 | .wasm64, | 45 | .wasm64, |
| 46 | .riscv64, | 46 | .riscv64, |
| 47 | .riscv32, | 47 | .riscv32, |
| 48 | .i386, | | |
| 49 | .x86_64, | 48 | .x86_64, |
| 50 | => false, | 49 | => false, |
| 51 | | 50 | |
| | 51 | .i386 => true, |
| | 52 | |
| 52 | .arm, .armeb, .thumb, .thumbeb => switch (builtin.abi) { | 53 | .arm, .armeb, .thumb, .thumbeb => switch (builtin.abi) { |
| 53 | .eabi, .eabihf => false, | 54 | .eabi, .eabihf => false, |
| 54 | else => true, | 55 | else => true, |