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

Any plans for x32-abi support on Linux?

dpeterc
Beginner
522 Views
Linux Kernel 3.4 has x32-abi support.
http://sites.google.com/site/x32abi/
It allows 32 bit pointers on 64 bit computers for applications, which do not need to access more than 4GB of RAM (that is most normal desktop applications).
This could bring significant performace gain for many applications - extra registers available on x64 processors, without the size (cache) penalty of 64 bit pointers.

Are there any plans to support this arhitecture in Intel C/C++ compiler?
0 Kudos
0 Replies
Reply