| author | |
| committer | |
| log | 169ad1aac745857965db8fe7565aa45b8d8cea0f |
| tree | f366f4952b4154a2f9d924b8af731225a769a2f6 |
| parent | ba70eee8bb81da0d44982a84395aee660635e5ba |
See https://github.com/llvm/llvm-project/issues/56854 for more details.1 files changed, 1 insertions(+), 0 deletions(-)
lib/compiler_rt/common.zig+1| ... | ... | @@ -77,6 +77,7 @@ pub fn panic(msg: []const u8, error_return_trace: ?*std.builtin.StackTrace) nore |
| 77 | 77 | pub const F16T = switch (builtin.cpu.arch) { |
| 78 | 78 | .aarch64, .aarch64_be, .aarch64_32 => f16, |
| 79 | 79 | .riscv64 => if (builtin.zig_backend == .stage1) u16 else f16, |
| 80 | .i386, .x86_64 => f16, | |
| 80 | 81 | else => u16, |
| 81 | 82 | }; |
| 82 | 83 |