Does dmd have SSE intrinsics?
Jeremie Pelletier
jeremiep at gmail.com
Wed Aug 26 21:39:07 PDT 2009
While writing SSE assembly by hand in D is fun and works well, I'm wondering if the compiler has intrinsics for its instruction set, much like xmmintrin.h in C.
The reason is that the compiler can usually reorder the intrinsics to optimize performance.
I could always use C code to implement my SSE routines but then I'd lose the ability to inline them in D.
More information about the Digitalmars-d
mailing list