Skip to content

Commit 4aa6246

Browse files
androm3daalexrp
andauthored
compiler_rt: Add hexagon builtins (#22029)
Signed-off-by: Brian Cain <[email protected]> Signed-off-by: Brian Cain <[email protected]> Co-authored-by: Alex Rønne Petersen <[email protected]>
1 parent aef5c75 commit 4aa6246

File tree

2 files changed

+1789
-0
lines changed

2 files changed

+1789
-0
lines changed

lib/compiler_rt.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ comptime {
220220
_ = @import("compiler_rt/aulldiv.zig");
221221
_ = @import("compiler_rt/aullrem.zig");
222222
_ = @import("compiler_rt/clear_cache.zig");
223+
_ = @import("compiler_rt/hexagon.zig");
223224

224225
if (@import("builtin").object_format != .c) {
225226
_ = @import("compiler_rt/atomics.zig");

0 commit comments

Comments
 (0)