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/

Reply via email to