Re: [ARM][tests] Make input and output arrays 128-bit aligned in vectorisation tests

2014-09-12 Thread Ramana Radhakrishnan
On 12/09/14 11:13, Richard Earnshaw wrote: On 09/09/14 16:14, Kyrill Tkachov wrote: Hi all, As Christophe mentioned at https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00202.html These tests fail on big-endian. The reason is that the input is not aligned to 128 bit forcing the use of a movmisali

Re: [ARM][tests] Make input and output arrays 128-bit aligned in vectorisation tests

2014-09-12 Thread Richard Earnshaw
On 09/09/14 16:14, Kyrill Tkachov wrote: > Hi all, > > As Christophe mentioned at > https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00202.html > These tests fail on big-endian. The reason is that the input is not > aligned to 128 bit forcing the use of a movmisalign which we don't > support on bi

Re: [ARM][tests] Make input and output arrays 128-bit aligned in vectorisation tests

2014-09-10 Thread Ramana Radhakrishnan
On 09/09/14 16:14, Kyrill Tkachov wrote: Hi all, As Christophe mentioned at https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00202.html These tests fail on big-endian. The reason is that the input is not aligned to 128 bit forcing the use of a movmisalign which we don't support on big-endian. A

[ARM][tests] Make input and output arrays 128-bit aligned in vectorisation tests

2014-09-09 Thread Kyrill Tkachov
Hi all, As Christophe mentioned at https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00202.html These tests fail on big-endian. The reason is that the input is not aligned to 128 bit forcing the use of a movmisalign which we don't support on big-endian. A solution is to force the alignment of th