<div>Is there a D equivalent of the &quot;xmmintrin.h&quot;, or any other convenient way of doing SSE in D?</div><div>- I&#39;ve been looking into the Array Operators, but will those work, for instance if I&#39;m doing something alike:</div>
<div>a[3], b[4]<br>c[4] = a+b;<br>and when will the compiler write SSE asm for the array operators? - is there a target=architecture for the compiler? or will it simply write SSE if one defines something alike -msse4? - I&#39;m having a bit of trouble finding stuff about SSE for D, sources on the subject anyone? <br clear="all">
</div><br>-- <br>// Yours sincerely<br>// Emil &#39;Skeen&#39; Madsen<br>