RE: [PATCH 5/9][GCC][AArch64/Arm] Add auto-vectorization tests.

2018-11-28 Thread Tamar Christina
> Subject: Re: [PATCH 5/9][GCC][AArch64/Arm] Add auto-vectorization tests. > > On Sun, Nov 11, 2018 at 04:27:33AM -0600, Tamar Christina wrote: > > Hi All, > > > > This patch adds tests for AArch64 and Arm to test the > > autovectorization of complex numbers using

Re: [PATCH 5/9][GCC][AArch64/Arm] Add auto-vectorization tests.

2018-11-28 Thread James Greenhalgh
On Sun, Nov 11, 2018 at 04:27:33AM -0600, Tamar Christina wrote: > Hi All, > > This patch adds tests for AArch64 and Arm to test the autovectorization > of complex numbers using the Armv8.3-a instructions. > > This patch enables them only for AArch64 at this point. > > Bootstrapped Regtested on

[PATCH 5/9][GCC][AArch64/Arm] Add auto-vectorization tests.

2018-11-11 Thread Tamar Christina
Hi All, This patch adds tests for AArch64 and Arm to test the autovectorization of complex numbers using the Armv8.3-a instructions. This patch enables them only for AArch64 at this point. Bootstrapped Regtested on aarch64-none-linux-gnu and no issues. The instructions have also been tested on