1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/textproc/ripgrep
Tobias Kortkamp db2cab46a5
textproc/ripgrep: Unbreak with CPUTYPE=haswell and rust>=1.48.0
error[E0432]: unresolved import `crate::arch::x86_64::_mm_shuffle_pi8`
   --> /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
    |

Pull in newer packed_simd crate to fix it.  Newer versions are
published as packed_simd_2 because the original author is MIA.

PR:		251425
Reported by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
2021-06-14 22:51:05 +02:00
..
distinfo textproc/ripgrep: Unbreak with CPUTYPE=haswell and rust>=1.48.0 2021-06-14 22:51:05 +02:00
Makefile textproc/ripgrep: Unbreak with CPUTYPE=haswell and rust>=1.48.0 2021-06-14 22:51:05 +02:00
pkg-descr