On 16 April 2014 09:12, Kyrill Tkachov <kyrylo.tkac...@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

Reply via email to