Dear Tim,
64-bit is about memory addressing - why would you expect a performance boost? I have wondered where this notion originated from.
The x86_64 architecture has more registers than 32bit (x86) architecture. Register access is faster than memory access so the more data programs can put on registers, the faster it runs. Best regards, Takanori Nakane
