1 2 3 4 5 6 7
fn main() { #[cfg(target_arch = "aarch64")] { use cc::Build; Build::new().file("src/hex_neon.c").compile("hex"); } }