Skip to content

Commit 4fee891

Browse files
committed
compiler_rt: add outlined lse atomics for aarch64
1 parent d980c6a commit 4fee891

File tree

3 files changed

+11030
-0
lines changed

3 files changed

+11030
-0
lines changed

lib/compiler_rt.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ pub const panic = @import("compiler_rt/common.zig").panic;
22

33
comptime {
44
_ = @import("compiler_rt/atomics.zig");
5+
_ = @import("compiler_rt/lse_atomics.zig");
56

67
_ = @import("compiler_rt/addf3.zig");
78
_ = @import("compiler_rt/addsf3.zig");

0 commit comments

Comments
 (0)