On 29 October 2013 20:35, Chris <wendlec@tcd.ie> 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?


The only peculiarity I've found is that code ran on Intel Atom is slower with the -O switch on DMD.  (There's a bug report somewhere for that).

--
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';