SIMD support...

Walter Bright newshound2 at digitalmars.com
Thu Jan 5 19:22:41 PST 2012


On 1/5/2012 6:25 PM, Manu wrote:
> Are you talking about for parameter passing, or for local variable assignment on
> the stack?
> For parameter passing, I understand the x32 problems with aligning the arguments
> (I think it's possible to work around though), but there should be no problem
> with aligning the stack for allocating local variables.

Aligning the stack. Before I say anything, I want to hear your suggestion for 
how to do it efficiently.


More information about the Digitalmars-d mailing list