[macstl-dev] Re: [altivec] CSE and the single programmer
Glen Low
glen.low at pixelglow.com
Fri Jul 22 13:02:18 WST 2005
On 21/07/2005, at 9:06 AM, Daniel Berlin wrote:
>
>
>>
>> g = f + f + f
>>
>>
>> is handled in the same chunk as
>>
>>
>> g = f + f + f + f
>>
>
> yes.
>
>
>
>>
>> Yet the former compiles to one load, and the latter compiles to 4
>> loads, for example.
>>
>
> Can't tell you without seeing how it got split up, but it sounds
> like a
> reassociation problem.
Assuming that it is a reassociation problem, then how can I avoid/
prevent/inhibit the problem?
Cheers, Glen Low
---
pixelglow software | simply brilliant stuff
www.pixelglow.com
aim: pixglen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.pixelglow.com/lists/archive/macstl-dev/attachments/20050722/489d7505/attachment.html
More information about the macstl-dev
mailing list