Originally posted by Hauldren Collider
View Post
People may not want to buy new copies of software, but they always do. Further, these can be done via updates and not necessarily new purchases.
Few things are x64 because few things need to be 64-bit. To make our software 64-bit we flipped a switch and it just worked. We ship 32-bit & 64-bit versions on Mac, Windows, and Linux. It isn't very difficult. There are also performance disadvantages in shifting to x64 if you don't need the address space (memory usage requirements, lack of uOP fusion on Core processors).
Comment