SIMD support...

Walter Bright newshound2 at digitalmars.com
Fri Jan 6 11:11:32 PST 2012


On 1/6/2012 10:25 AM, Brad Roberts wrote:
> How is making __v128 a builtin type better than defining it as:
>
> align(16) struct __v128
> {
>      ubyte[16] data;
> }

Then the back end knows it should be mapped onto the XMM registers rather than 
the usual arithmetic set.



More information about the Digitalmars-d mailing list