This commit is contained in:
Brian Cain 2024-11-21 05:22:52 +00:00 committed by GitHub
commit 3efe2d5315
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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