| author | |
| committer | |
| log | 9627d35990b44b35cf3a6c8222919753586a2023 |
| tree | bafe8d4d101fcb1a9c7d1302af3c6530effbbaa6 |
| parent | 2e64f348f1149217ecdcfd8b51e718fffc10781b |
| 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) { |