head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.07.15.06.56.26; author wiz; state Exp; branches; next ; commitid nbMOBwPxx1glzING; desc @@ 1.1 log @devel/cargo-c: update to 0.10.24 From pin@@ via wip. - cargo 0.98 - itertools 0.15 @ text @$NetBSD: patch-.._vendor_memchr-2.8.3_src_vector.rs,v 1.1 2026/06/01 13:04:38 pin Exp $ Do not try to use neon on big-endian aarch64. --- ../vendor/memchr-2.8.3/src/vector.rs.orig 2025-02-15 09:24:32.108467529 +0000 +++ ../vendor/memchr-2.8.3/src/vector.rs @@@@ -293,7 +293,7 @@@@ mod x86avx2 { } } -#[cfg(target_arch = "aarch64")] +#[cfg(all(target_arch = "aarch64", target_endian = "little"))] mod aarch64neon { use core::arch::aarch64::*; @