Re: [PATCH][GCC][Arm] Fix arm big-endian intrinsics regressions.

2019-01-16 Thread Kyrill Tkachov
Hi Tamar, On 15/01/19 17:05, Tamar Christina wrote: Hi All, We are a bit inconsistent when it comes to lane index endianness on Arm, we don't seem to always stick to the expected GCC vector extensions index endianness, for these tests since they are modelled as UNSPEC anyway just keep the index

[PATCH][GCC][Arm] Fix arm big-endian intrinsics regressions.

2019-01-15 Thread Tamar Christina
Hi All, We are a bit inconsistent when it comes to lane index endianness on Arm, we don't seem to always stick to the expected GCC vector extensions index endianness, for these tests since they are modelled as UNSPEC anyway just keep the indexes in Arm NEON order. There are other intrinsics that