Skip to content

Commit

Permalink
Add hexagon implementations for compiler_rt builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
androm3da committed Nov 19, 2024
1 parent bfcf18c commit b70df35
Show file tree
Hide file tree
Showing 2 changed files with 612 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 b70df35

Please sign in to comment.