[PATCH 1/4] [ARM] PR63870 Add qualifiers for NEON builtins

Charles Baylis charles.baylis@linaro.org
Thu Nov 12 13:12:00 GMT 2015


On 9 November 2015 at 09:03, Ramana Radhakrishnan
<ramana.radhakrishnan@foss.arm.com> wrote:
>
> Missing comment and please prefix this with NEON_ or SIMD_ .
>
>>
>> +#define ENDIAN_LANE_N(mode, n)  \
>> +  (BYTES_BIG_ENDIAN ? GET_MODE_NUNITS (mode) - 1 - n : n)
>> +
>
> Otherwise OK -

With those changes, the attached patch was applied as r230142
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ARM-PR63870-Add-qualifiers-for-NEON-builtins.patch
Type: text/x-diff
Size: 6313 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20151112/01521155/attachment.bin>


More information about the Gcc-patches mailing list