Closed taiki-e closed 1 year ago
@workingjubilee I assume this is fine?
...wild.
This needs to be slightly different, gimme a bit.
Can this be synced into rust-lang/rust? It is breaking the build for big-endian AArch64.
Signed and delivered, should be next in the pipe. Sorry about that!
stdarch provides arm/aarch64 table lookup intrinsics instructions only on little endian targets (https://github.com/rust-lang/stdarch/commit/51904cd6e53eaeae2450a96fc83f0e5b7f813504), so core_simd currently fails to build on big endian arm/aarch64 targets.
Since https://github.com/rust-lang/rust/pull/111475 (nightly-2023-05-13), builds of these targets are broken due to this bug.