| author | |
| committer | |
| log | 0941364d70d14856c9f313f819458efd0add7c2a |
| tree | 3b04cd1bb4da38948eb797a8d0f31017b00ca0c6 |
| parent | 958f57d65d6c612a391bc72a5cf090c9efc9917b |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/compiler_rt/common.zig+1-1| ... | ... | @@ -103,7 +103,7 @@ pub fn F16T(comptime OtherType: type) type { |
| 103 | 103 | else |
| 104 | 104 | u16, |
| 105 | 105 | .aarch64, .aarch64_be => f16, |
| 106 | .riscv64 => if (builtin.zig_backend == .stage1) u16 else f16, | |
| 106 | .riscv32, .riscv64 => f16, | |
| 107 | 107 | .x86, .x86_64 => if (builtin.target.isDarwin()) switch (OtherType) { |
| 108 | 108 | // Starting with LLVM 16, Darwin uses different abi for f16 |
| 109 | 109 | // depending on the type of the other return/argument..??? |