On Fri, Jul 4, 2025 at 9:15 AM Richard Sandiford
wrote:
>
> aarch64_expand_vector_init contains some divide-and-conquer code
> that tries to load the odd and even elements into 64-bit registers
> and then ZIP them together. On big-endian targets, the even elements
> are more significant than the
aarch64_expand_vector_init contains some divide-and-conquer code
that tries to load the odd and even elements into 64-bit registers
and then ZIP them together. On big-endian targets, the even elements
are more significant than the odd elements and so should come second
in the ZIP.
This fixes many