How do I write __simd(void16*, void16) ?

Etienne via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Oct 9 12:04:55 PDT 2014


On 2014-10-09 2:32 PM, Benjamin Thaut wrote:
> I know that GDC stopped supporting D style inline asm a while ago. If
> you need inline asm with GDC you have to use the gcc style inline
> assembly. I don't know about ldc though. But generally you want to use
> the official intrinsics with gdc and ldc because they won't perform any
> optimizations on inline assembly.
>
> Kind Regards
> Benjamin Thaut

Any idea where I can find the headers in D for it?


More information about the Digitalmars-d-learn mailing list