http://bugzilla.gdcproject.org/show_bug.cgi?id=117
--- Comment #4 from Iain Buclaw <ibuc...@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.