Skip to content

Commit

Permalink
Make neon example build in all arches
Browse files Browse the repository at this point in the history
  • Loading branch information
afonso360 committed Nov 4, 2023
1 parent 70a6abf commit f824da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/neon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,5 @@ fn main() {
}
}

#[cfg(target_arch = "x86_64")]
#[cfg(not(target_arch = "aarch64"))]
fn main() {}

0 comments on commit f824da6

Please sign in to comment.