D.gnu - SIMD intrinsics in GDC
- Paul Findlay <r.lph50+d gmail.com> Apr 08 2007
- David Friedman <dvdfrdmn users.ess-eff.net> Apr 10 2007
- Paul Findlay <r.lph50+d gmail.com> Apr 11 2007
Hello, Does GDC have any plans to give access to any of the SIMD (SSE et al) intrinsic functions that GCC provides for C++ (other than the assembler equivalents)? e.g. _mm_load_si128 Thanks, - Paul
Apr 08 2007
Paul Findlay wrote:Hello, Does GDC have any plans to give access to any of the SIMD (SSE et al) intrinsic functions that GCC provides for C++ (other than the assembler equivalents)? e.g. _mm_load_si128 Thanks, - Paul
Yes, these and other "target builtins" will be made available in the next release. David
Apr 10 2007
Yes, these and other "target builtins" will be made available in the next release.
Awesome to hear, - Pau
Apr 11 2007








Paul Findlay <r.lph50+d gmail.com>