Amanieu d'Antras 7f5fd0955a Disable NEON intrinsics on big-endian ARM
These are currently broken because the order of elements inside
vectors is reversed on big-endian systems: the ARM ABI requires that
element 0 is located at the highest address of the vector type. However
LLVM intrinsics expect element 0 to be located at the lowest address.

See https://llvm.org/docs/BigEndianNEON.html and `arm_neon.h` in
Clang for more details.

Although this is a breaking change, this is acceptable for 2 reasons:
- big endian ARM targets are only tier 3.
- it is preferable to stop existing code from compiling than to let it
run and produce incorrect results.
2023-10-21 16:29:18 +02:00
..
2023-10-10 14:47:43 +01:00
2023-10-10 14:47:43 +01:00
2023-10-11 18:11:51 +02:00
2023-10-10 14:47:43 +01:00
2023-10-10 14:47:43 +01:00