Michael Hope wrote on 02/20/2011 08:18:22 PM:
> On Sat, Feb 19, 2011 at 7:55 AM, Ulrich Weigand
> > * Finished testing GDB HW watchpoints patch on vexpress,
> > submitted complete patch set for mainline inclusion
>
> Let me know when and how and I'll update the build machines.
I've now committ
One of the vectorisation discussions from last year was about the poor
code GCC generates for vld{2,3,4}_*() and vst{2,3,4}_*(). It forces the
result of the loads onto the stack, then loads the individual pieces from
there. It does the same thing in reverse for stores.
I think there are two majo
On Tue, Feb 22, 2011 at 5:55 AM, Ulrich Weigand
wrote:
> Michael Hope wrote on 02/20/2011 08:18:22 PM:
>> On Sat, Feb 19, 2011 at 7:55 AM, Ulrich Weigand
>> > * Finished testing GDB HW watchpoints patch on vexpress,
>> > submitted complete patch set for mainline inclusion
>>
>> Let me know whe