How about implementing SPMD on SIMD for D?

Ethan gooberman at gmail.com
Sun Jul 8 15:29:34 UTC 2018


On Sunday, 8 July 2018 at 11:47:20 UTC, Guillaume Piolat wrote:
> Can you elaborate? What do you mean by AVX encoding, you mean 
> the new VEX encoding or AVX intrinsics?

VEX encoding. AVX intrinsics in the Intel API are just intrinsics 
extensions like every SSE revision before it. It's purely up to 
the compiler how it transforms those intrinsics in to 
instructions.


More information about the Digitalmars-d mailing list