memchr icon indicating copy to clipboard operation
memchr copied to clipboard

Make this crate build on big-endian aarch64.

Open he32 opened this issue 4 months ago • 13 comments

As noted in https://github.com/rust-lang/stdarch/issues/1484, the NEON intrinsics are broken on big-endian aarch64.

This is part of fixing rust to build for & on big-endian aarch64, following up https://github.com/rust-lang/rust/issues/129819.

he32 avatar Sep 29 '24 15:09 he32