| author | |
| committer | |
| log | 38e30632960500c626ea3c110468f4a0185e8aac |
| tree | f0f6727ac20980f9cb0038924e021b612f0c40b7 |
| parent | 683ace74724e5818bd01d8a6abb03f5991c4e27b |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/compiler_rt/common.zig+1-1| ... | ... | @@ -36,7 +36,7 @@ pub const want_ppc_abi = builtin.cpu.arch.isPPC() or builtin.cpu.arch.isPPC64(); |
| 36 | 36 | /// x86_64-windows-msvc => true |
| 37 | 37 | /// any-macos-any => false |
| 38 | 38 | pub const gnu_f16_abi = switch (builtin.cpu.arch) { |
| 39 | .wasm32, .wasm64 => false, | |
| 39 | .wasm32, .wasm64, .riscv64, .riscv32 => false, | |
| 40 | 40 | |
| 41 | 41 | .arm, .armeb, .thumb, .thumbeb => switch (builtin.abi) { |
| 42 | 42 | .eabi, .eabihf => false, |