This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][AArch64] Vectorise bswap[16,32,64]


On 16 April 2014 09:12, Kyrill Tkachov <kyrylo.tkachov@arm.com> wrote:
> On 15/04/14 18:45, Eric Christopher wrote:
>>
>> Testcase weirdness?
>>
>>    for (i < 0; i < N; ++i)
>>      {
>>        arr[i] = i;
>>        expect[i] = __builtin_bswap64 (i);
>>        if (y) /* Avoid vectorisation.  */
>> abort ();
>>      }
>>
>> i < 0 :)
>>
>> duplicated in all 3 testcases btw.
>
> Oops, here it is fixed.
>
> Thanks for catching this.
> Kyrill

Fixed version OK /Marcus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]