mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
compiler_rt: Add hexagon builtins (#22029)
Signed-off-by: Brian Cain <bcain@quicinc.com> Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com> Co-authored-by: Alex Rønne Petersen <alex@alexrp.com>
This commit is contained in:
parent
aef5c75602
commit
4aa6246345
2 changed files with 1789 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
1788
lib/compiler_rt/hexagon.zig
Normal file
1788
lib/compiler_rt/hexagon.zig
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue