We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73dcd19 commit 3c302a1Copy full SHA for 3c302a1
lib/compiler_rt.zig
@@ -220,6 +220,7 @@ comptime {
220
_ = @import("compiler_rt/aulldiv.zig");
221
_ = @import("compiler_rt/aullrem.zig");
222
_ = @import("compiler_rt/clear_cache.zig");
223
+ _ = @import("compiler_rt/hexagon.zig");
224
225
if (@import("builtin").object_format != .c) {
226
_ = @import("compiler_rt/atomics.zig");
0 commit comments