| author | |
| committer | |
| log | d525c598081ef2e6639135e9375f50199d74f726 |
| tree | 3092a9bcdfb274c89896fe3a9eeb712445540e82 |
| parent | 0527cab71bac6067ceae6a1fb0a0f401a5027607 |
1 files changed, 1 insertions(+), 2 deletions(-)
lib/compiler_rt/common.zig+1-2| ... | ... | @@ -51,10 +51,9 @@ pub const gnu_f16_abi = switch (builtin.cpu.arch) { |
| 51 | 51 | .wasm64, |
| 52 | 52 | .riscv64, |
| 53 | 53 | .riscv32, |
| 54 | .x86_64, | |
| 55 | 54 | => false, |
| 56 | 55 | |
| 57 | .x86 => true, | |
| 56 | .x86, .x86_64 => true, | |
| 58 | 57 | |
| 59 | 58 | .arm, .armeb, .thumb, .thumbeb => switch (builtin.abi) { |
| 60 | 59 | .eabi, .eabihf => false, |