<div class="gmail_quote">On 6 January 2012 20:25, Brad Roberts <span dir="ltr"><<a href="mailto:braddr@puremagic.com">braddr@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">How is making __v128 a builtin type better than defining it as:</div>
<br>
align(16) struct __v128<br>
{<br>
    ubyte[16] data;<br>
}<br></blockquote><div><br></div><div>Where in that code is the compiler informed that your structure should occupy a SIMD registers, and apply SIMD ABI conventions?</div></div>