SSE and AVX with D

Pavel Umnikov pavelumnikov at gmail.com
Tue May 15 07:27:01 PDT 2012


Hello everyone,

I am just recently jumped to D Language from C++ and want to 
rewrite my current engine from scratch using this language. My 
math and physics libraries were written utilizing many SSE 
functions(and AVX if such CPU is presented). Can I use SSE/AVX 
code in D? SSE/AVX direct intrinsics or Assember inlining with 
SSE/AVX?

Thanks!


More information about the Digitalmars-d mailing list