| author | |
| committer | |
| log | 9e1e54d32449dadeb21bc2ce0fe9d246c466ebf0 |
| tree | b7973cc918e3713681f71f1aafec87d65a059ac1 |
| parent | 421d9979389004aeaf6b1a939ad718831ff3694f |
| signature |
This is the name LLVM 22 expects.1 files changed, 3 insertions(+), 0 deletions(-)
lib/compiler_rt/trunctfhf2.zig+3| ... | ... | @@ -4,6 +4,9 @@ const truncf = @import("./truncf.zig").truncf; |
| 4 | 4 | |
| 5 | 5 | comptime { |
| 6 | 6 | symbol(&__trunctfhf2, "__trunctfhf2"); |
| 7 | if (compiler_rt.want_ppc_abi) { | |
| 8 | symbol(&__trunctfhf2, "__trunckfhf2"); | |
| 9 | } | |
| 7 | 10 | } |
| 8 | 11 | |
| 9 | 12 | pub fn __trunctfhf2(a: f128) callconv(.c) compiler_rt.F16T(f128) { |