With CPUTYPE=haswell and SIMD=on, the build fails: error[E0432]: unresolved import `crate::arch::x86_64::_mm_shuffle_pi8` --> /wrkdirs/usr/ports/textproc/ripgrep/work/ripgrep-12.1.1/cargo-crates/packed_simd-0.3.3/src/codegen/shuffle1_dyn.rs:40:29 | 40 | use crate::arch::x86_64::_mm_shuffle_pi8; | ^^^^^^^^^^^^^^^^^^^^^--------------- | | | | | help: a similar name exists in the module: `_mm_shuffle_epi8` | no `_mm_shuffle_pi8` in `arch::x86_64` ... 297 | impl_shuffle1_dyn!(u8x8); | ------------------------- in this macro invocation | = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) A workaround is to do _CPUCFLAGS:= in the port.. (maybe we need some less hacky way to do the same thing in the framework, like a CPUTYPE_UNSAFE=yes or something)
*** This bug has been marked as a duplicate of bug 251425 ***