Re: [PATCH] AARCH64: Remove spurious attribute __unused__ from NEON intrinsic

2016-04-25 Thread Wladimir J. van der Laan
Thanks for the info with regard to contributing, On Fri, Apr 22, 2016 at 09:40:11AM +0100, James Greenhalgh wrote: > This patch will need a ChangeLog entry [1], please draft one that I can > use when I apply the patch. * gcc/config/aarch64/arm_neon.h: Remove spurious attribute __unused__ from

[PATCH] AARCH64: Remove spurious attribute __unused__ from NEON intrinsic

2016-04-22 Thread Wladimir J. van der Laan
The lane parameter is not unused, so should not be marked as such. The others were removed in https://patchwork.ozlabs.org/patch/272912/, but this one appears to have been missed. --- gcc/config/aarch64/arm_neon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git