Skip to content

Commit

Permalink
Add basic aarch64 cache coherency test.
Browse files Browse the repository at this point in the history
  • Loading branch information
CensoredUsername committed Sep 27, 2024
1 parent 6796c0b commit c29a234
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testing/tests/aarch64_complex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use dynasmrt::components::LitPool;
macro_rules! my_dynasm {
($ops:ident $($t:tt)*) => {
dynasm!($ops
; .arch x64
; .arch aarch64
; .alias test, x1
$($t)*
)
Expand All @@ -35,7 +35,6 @@ fn complex() {

// interesting testcases
my_dynasm!(ops
; .arch aarch64
; aligned:
// no args
; nop
Expand Down

0 comments on commit c29a234

Please sign in to comment.