D, Intel and AMD

John Colvin john.loughran.colvin at gmail.com
Wed Oct 30 02:17:11 PDT 2013


On Tuesday, 29 October 2013 at 20:35:26 UTC, Chris wrote:
> Are there any major differences in how D fares on AMD 
> processors as opposed to Intel? The usual story is that Intel 
> is faster and more precise when it comes to arithmetic 
> operations (although I suspect that Intel is also very good at 
> PR ;) Has anyone come across D related issues that are peculiar 
> to one or the other architecture or brand?

I can't think of anything intrinsic to D that would result in any 
difference when compared to similar c++ programs. DMD itself may 
sometimes make some poor decisions from an AMD perspective (as 
Ian mentioned), but if you're looking for every last drop of 
performance you will want to be using ldc or gdc anyway.


More information about the Digitalmars-d mailing list