Skip to content

Commit ae37b42

Browse files
sunnygleasonLicenser
authored andcommitted
feat: implementation of checks and test support for aarch64
1 parent e06e2f3 commit ae37b42

File tree

6 files changed

+489
-1222
lines changed

6 files changed

+489
-1222
lines changed

crates/core_arch/src/aarch64/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ use stdarch_test::assert_instr;
2929
pub unsafe fn brk() -> ! {
3030
crate::intrinsics::abort()
3131
}
32+
33+
#[cfg(test)]
34+
pub(crate) mod test_support;

0 commit comments

Comments
 (0)