Compare commits

...

4 Commits

Author SHA1 Message Date
Brian Cain
3efe2d5315
Merge 506d9dd805 into f845fa04a0 2024-11-21 05:22:52 +00:00
Brian Cain
506d9dd805 Remove __hexagon_udivmodsi4
Signed-off-by: Brian Cain <bcain@quicinc.com>
2024-11-20 21:17:36 -08:00
Brian Cain
9e02c5fce2 Add __hexagon_{add,sub,div,mul}df3, sqrtdf2, divsf3 2024-11-20 21:17:30 -08:00
Brian Cain
b70df35ef9 Add hexagon implementations for compiler_rt builtins 2024-11-19 12:46:27 -08:00
2 changed files with 1853 additions and 0 deletions

View File

@ -220,6 +220,7 @@ comptime {
_ = @import("compiler_rt/aulldiv.zig");
_ = @import("compiler_rt/aullrem.zig");
_ = @import("compiler_rt/clear_cache.zig");
_ = @import("compiler_rt/hexagon.zig");
if (@import("builtin").object_format != .c) {
_ = @import("compiler_rt/atomics.zig");

1852
lib/compiler_rt/hexagon.zig Normal file

File diff suppressed because it is too large Load Diff