Re: [AARCH64] implements neon vld1_*_x2 intrinsics

2018-01-03 Thread Christophe Lyon
Hi Kugan, On 15 November 2017 at 12:23, James Greenhalgh wrote: > On Wed, Nov 15, 2017 at 09:58:28AM +, Kyrill Tkachov wrote: >> Hi Kugan, >> >> On 07/11/17 04:10, Kugan Vivekanandarajah wrote: >> > Hi, >> > >> > Attached patch implements the vld1_*_x2 intrinsics

Re: [AARCH64] implements neon vld1_*_x2 intrinsics

2017-11-15 Thread James Greenhalgh
On Wed, Nov 15, 2017 at 09:58:28AM +, Kyrill Tkachov wrote: > Hi Kugan, > > On 07/11/17 04:10, Kugan Vivekanandarajah wrote: > > Hi, > > > > Attached patch implements the vld1_*_x2 intrinsics as defined by the > > neon document. > > > > Bootstrap for the latest patch is ongoing on

Re: [AARCH64] implements neon vld1_*_x2 intrinsics

2017-11-15 Thread Kyrill Tkachov
Hi Kugan, On 07/11/17 04:10, Kugan Vivekanandarajah wrote: Hi, Attached patch implements the vld1_*_x2 intrinsics as defined by the neon document. Bootstrap for the latest patch is ongoing on aarch64-linux-gnu. Is this OK for trunk if no regressions? This looks mostly ok to me (though I

Re: [AARCH64] implements neon vld1_*_x2 intrinsics

2017-11-14 Thread Kugan Vivekanandarajah
Ping? Thanks, Kugan On 7 November 2017 at 15:10, Kugan Vivekanandarajah wrote: > Hi, > > Attached patch implements the vld1_*_x2 intrinsics as defined by the > neon document. > > Bootstrap for the latest patch is ongoing on aarch64-linux-gnu. Is > this OK for

[AARCH64] implements neon vld1_*_x2 intrinsics

2017-11-06 Thread Kugan Vivekanandarajah
Hi, Attached patch implements the vld1_*_x2 intrinsics as defined by the neon document. Bootstrap for the latest patch is ongoing on aarch64-linux-gnu. Is this OK for trunk if no regressions? Thanks, Kugan gcc/ChangeLog: 2017-11-06 Kugan Vivekanandarajah *