Skip to content

Commit

Permalink
compiler_rt: Add hexagon builtins (#22029)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Cain <[email protected]>
Signed-off-by: Brian Cain <[email protected]>
Co-authored-by: Alex Rønne Petersen <[email protected]>
  • Loading branch information
androm3da and alexrp authored Nov 24, 2024
1 parent aef5c75 commit 4aa6246
Show file tree
Hide file tree
Showing 2 changed files with 1,789 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/compiler_rt.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
Loading

0 comments on commit 4aa6246

Please sign in to comment.