rust-lang / packed_simd

Portable Packed SIMD Vectors for Rust standard library
https://rust-lang.github.io/packed_simd/packed_simd_2/
Apache License 2.0
590 stars 74 forks source link

Dynamic shuffle for ARM target detection typos #281

Closed agashlin closed 3 years ago

agashlin commented 4 years ago

There are several typos in codegen/shuffle1_dyn.rs that are probably preventing ARM detection from working in some cases:

~Elsewhere, I'm not sure if #[cfg(target_feature = "neon")] and "v7" work, I haven't been able to confirm that with my own attempt to cross-compile from x86_64.~ Edit: These depend on the nightly-only feature arm_target_feature.