Skip to content

Commit 3c302a1

Browse files
committed
Add hexagon implementations for compiler_rt builtins
1 parent 73dcd19 commit 3c302a1

File tree

2 files changed

+612
-0
lines changed

2 files changed

+612
-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)