[Bug 117] Program using core.simd does not compile

via D.gnu d.gnu at puremagic.com
Tue May 13 10:24:04 PDT 2014


http://bugzilla.gdcproject.org/show_bug.cgi?id=117

--- Comment #4 from Iain Buclaw <ibuclaw at gdcproject.org> ---
Quote from (Updated code example for D)
https://gcc.gnu.org/ml/gcc-help/2011-06/msg00237.html

"""
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;
}
"""

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/d.gnu/attachments/20140513/e3670327/attachment.html>


More information about the D.gnu mailing list