SIMD support...

Manu turkeyman at gmail.com
Fri Jan 6 15:37:25 PST 2012


On 7 January 2012 00:47, Iain Buclaw <ibuclaw at ubuntu.com> wrote:

> On 6 January 2012 22:37, Manu <turkeyman at gmail.com> wrote:
> > On 6 January 2012 23:59, Iain Buclaw <ibuclaw at ubuntu.com> wrote:
> >>
> >> On 6 January 2012 19:53, Manu <turkeyman at gmail.com> wrote:
> >> > ...I'm using DMD on windows... x32. So this isn't ideal ;)
> >> > Although with this change, Iain should be able to expose the vector
> >> > types in
> >> > GDC, and I can work from there, and hopefully even build an ARM/PPC
> >> > toolchain to experiment with the library in a cross platform
> >> > environment.
> >> >
> >>
> >> And will also allow me to tap into many vector intrinsics that gcc
> >> offers too via the gcc.builtins; module. :)
> >
> >
> > Huzzah! ... Like what?
>
> For backend intrinsics, they are all functions that map to asm
> instructions of the same name, ie: __builtin_ia32_addps.


Ah yeah, perfect.. obviously we need all of those for this vector type to
be of any use at all ;)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20120107/ab58729d/attachment-0001.html>


More information about the Digitalmars-d mailing list