On Mon, Aug 12, 2013 at 01:58:34PM +0100, James Greenhalgh wrote:
>
> Ugh. Typos in arm_neon.h macro names mean that scalar intrinsics end
> up calling macros which don't exist.
>
> So wherever I have written vget_laneq I should have written
> vgetq_lane.
As this patch is obvious, fixes a silly
Ugh. Typos in arm_neon.h macro names mean that scalar intrinsics end
up calling macros which don't exist.
So wherever I have written vget_laneq I should have written
vgetq_lane.
This gets fixed by:
http://gcc.gnu.org/ml/gcc-patches/2013-08/msg00535.html
which I was testing at the same time.
But