On Thu, Sep 11, 2014 at 03:26:49PM +0100, Marcus Shawcroft wrote: > On 11 September 2014 13:15, James Greenhalgh <james.greenha...@arm.com> wrote: > > > > Hi, > > > > I'd been putting this patch off in the hope that I might find > > time to move these intrinsics to a C/builtin implementation, but it > > is probably better to get them right for now and come back to improving > > them later. > > > > All four of these suffer the same problem, their "lane" argument should > > be a 64-bit rather than 128-bit vector. > > > > Fix it the obvious way. > > > > Tested cross on aarch64-none-eabi. > > > > OK? > > OK /Marcus >
Thanks Marcus, After your offline pre-approval I've also backported this fix to the 4.9 branch as revision 215178. Cheers, James