Re: [PATCH][arm] XFAIL advsimd-intrinsics/vld1x2.c

2018-01-26 Thread Kyrill Tkachov
Hi all, I'm committing this to trunk after a discussion with James. There's really not that much aarch64-specific change, it can be considered obvious from that perspective. Thanks, Kyrill On 19/01/18 10:58, Kyrill Tkachov wrote: Ping. https://gcc.gnu.org/ml/gcc-patches/2018-01/msg00913.html

Re: [PATCH][arm] XFAIL advsimd-intrinsics/vld1x2.c

2018-01-19 Thread Kyrill Tkachov
Ping. https://gcc.gnu.org/ml/gcc-patches/2018-01/msg00913.html Thanks, Kyrill On 11/01/18 15:33, Kyrill Tkachov wrote: Hi all, This recently added test fails on arm. We haven't implemented these intrinsics for arm (any volunteers?) so for now let's XFAIL these on that target. Also, the float

Re: [PATCH][arm] XFAIL advsimd-intrinsics/vld1x2.c

2018-01-15 Thread Kugan Vivekanandarajah
Hi Kyrill, Sorry for the breakage and thanks for fixing the testcase. Thanks, Kugan On 12 January 2018 at 02:33, Kyrill Tkachov wrote: > Hi all, > > This recently added test fails on arm. We haven't implemented these > intrinsics for arm > (any volunteers?) so for now let's XFAIL these on that

Re: [PATCH][arm] XFAIL advsimd-intrinsics/vld1x2.c

2018-01-11 Thread Christophe Lyon
On 11 January 2018 at 17:29, Kyrill Tkachov wrote: > Hi Christophe, > > On 11/01/18 16:21, Christophe Lyon wrote: >> >> On 11 January 2018 at 16:33, Kyrill Tkachov >> wrote: >>> >>> Hi all, >>> >>> This recently added test fails on arm. We haven't implemented these >>> intrinsics for arm >>> (a

Re: [PATCH][arm] XFAIL advsimd-intrinsics/vld1x2.c

2018-01-11 Thread Kyrill Tkachov
Hi Christophe, On 11/01/18 16:21, Christophe Lyon wrote: On 11 January 2018 at 16:33, Kyrill Tkachov wrote: Hi all, This recently added test fails on arm. We haven't implemented these intrinsics for arm (any volunteers?) so for now let's XFAIL these on that target. Also, the float64 versions

Re: [PATCH][arm] XFAIL advsimd-intrinsics/vld1x2.c

2018-01-11 Thread Christophe Lyon
On 11 January 2018 at 16:33, Kyrill Tkachov wrote: > Hi all, > > This recently added test fails on arm. We haven't implemented these > intrinsics for arm > (any volunteers?) so for now let's XFAIL these on that target. > Also, the float64 versions of these intrinsics are not supposed to be > avai

[PATCH][arm] XFAIL advsimd-intrinsics/vld1x2.c

2018-01-11 Thread Kyrill Tkachov
Hi all, This recently added test fails on arm. We haven't implemented these intrinsics for arm (any volunteers?) so for now let's XFAIL these on that target. Also, the float64 versions of these intrinsics are not supposed to be available on arm so this patch slightly adjusts the test to not inc