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.

Reply via email to