XMM Intrinsics

Guillaume Piolat first.last at gmail.com
Fri May 8 13:11:02 UTC 2020


On Friday, 8 May 2020 at 12:38:51 UTC, Marcio Martins wrote:
> How would I go about calling _mm_* functions in D in a way that 
> is portable between D compilers?

Hello,

I've made this library for that exact purpose: 
https://github.com/AuburnSounds/intel-intrinsics


Supports every intrinsic listed under MMX/SSE/SSE2/SSE3 in 
https://software.intel.com/sites/landingpage/IntrinsicsGuide/


More information about the Digitalmars-d-learn mailing list