www.digitalmars.com         C & C++   DMDScript  

D.gnu - SIMD intrinsics in GDC

reply Paul Findlay <r.lph50+d gmail.com> writes:
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
parent reply David Friedman <dvdfrdmn users.ess-eff.net> writes:
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
next sibling parent Paul Findlay <r.lph50+d gmail.com> writes:
 Yes, these and other "target builtins" will be made available in the
 next release.
Ah, so that is what they are called. Awesome to hear, - Pau
Apr 11 2007
prev sibling parent reply WebFreak001 <janju007 web.de> writes:
On Wednesday, 11 April 2007 at 01:50:56 UTC, David Friedman wrote:
 Yes, these and other "target builtins" will be made available 
 in the next release.
soo... when is it going to be released?
Feb 13 2016
parent "Iain Buclaw via D.gnu" <d.gnu puremagic.com> writes:
On 14 Feb 2016 12:20 am, "WebFreak001 via D.gnu" <d.gnu puremagic.com>
wrote:
 On Wednesday, 11 April 2007 at 01:50:56 UTC, David Friedman wrote:
 Yes, these and other "target builtins" will be made available in the
next release.
 soo... when is it going to be released?
Not knowing the context of his reply. -- echo "module gcc.builtins;" > builtins.d gdc -fsyntax-only -fintfc builtins.d -- You will now have a builtins.di file that shows all builtins available to you from the gcc.builtins module. It's contents will change depending on unsafe optimisations and target flags. Iain.
Feb 13 2016