Re: [ARM] Fix vget_lane for big-endian targets

2015-08-04 Thread Christophe Lyon
On 4 August 2015 at 14:09, Christophe Lyon wrote: > On 21 July 2015 at 16:01, Kyrill Tkachov wrote: >> >> On 16/07/15 08:56, Christophe Lyon wrote: >>> >>> AdvSIMD vget_lane tests currently fail on armeb targets when dealing >>> with vectors of 2 64-bits elements. This patches fixes it, by adding

Re: [ARM] Fix vget_lane for big-endian targets

2015-08-04 Thread Christophe Lyon
On 21 July 2015 at 16:01, Kyrill Tkachov wrote: > > On 16/07/15 08:56, Christophe Lyon wrote: >> >> AdvSIMD vget_lane tests currently fail on armeb targets when dealing >> with vectors of 2 64-bits elements. This patches fixes it, by adding a >> code fragment similar to what is dones in other case

Re: [ARM] Fix vget_lane for big-endian targets

2015-07-21 Thread Kyrill Tkachov
On 16/07/15 08:56, Christophe Lyon wrote: AdvSIMD vget_lane tests currently fail on armeb targets when dealing with vectors of 2 64-bits elements. This patches fixes it, by adding a code fragment similar to what is dones in other cases. I could have simplified it a bit given that the vector widt