<html>
    <head>
      <base href="http://bugzilla.gdcproject.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Program using core.simd does not compile"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=117#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Program using core.simd does not compile"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=117">bug 117</a>
              from <span class="vcard"><a class="email" href="mailto:ibuclaw@gdcproject.org" title="Iain Buclaw <ibuclaw@gdcproject.org>"> <span class="fn">Iain Buclaw</span></a>
</span></b>
        <pre>Quote from (Updated code example for D)
<a href="https://gcc.gnu.org/ml/gcc-help/2011-06/msg00237.html">https://gcc.gnu.org/ml/gcc-help/2011-06/msg00237.html</a>

"""
The __builtin_ia32_loadaps builtin function was removed and the
documentation is out of date.  The movaps instruction from memory is
easily generated using code like

import core.simd;

float4 loadaps(float4 *p)
{
  return *p;
}
"""</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>