Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

x86_64 machine executes x86 binary

joannechiou
Beginner
744 Views
dear all,

i am executing 32-bit x86 binary on x86_64 machine,
does it need to do some action like switch mode between x86 and x86_64 ??
if so, how does it perform??

0 Kudos
2 Replies
AndreyKarpov
New Contributor I
744 Views
0 Kudos
TimP
Honored Contributor III
744 Views
Both Windows and linux support running 32-bit applications under 64-bit OS, with the CPU mode bit reset. This appears to introduce additional opportunities for exploits.
0 Kudos
Reply