Originally posted by Stetson
View Post
There is an exception to this is, when compiling software, it is possible that they have used the Intel c++ compiler, in which case, the software would only run on an Intel CPU. However, it is highly unlikely that they would have done this. That would only be done in highly specialised environments that require the CPU optimisations that can only be provided by compiling to a specific CPU. In this environment, that is not required, so they would have compiled the software to target a CPU architecture, which would be x64. That supports both AMD and Intel chips, hence why AMD based systems will be 100% compatible.
Comment