ppc64
From HandWiki
Revision as of 15:38, 16 November 2021 by imported>MedAI (change)
Short description: 64-bit big-endian PowerPC architecture
ppc64 is an identifier commonly used within the Linux, GNU Compiler Collection (GCC) and LLVM open-source software communities to refer to the target architecture for applications optimized for 64-bit big-endian PowerPC and Power ISA processors.[1]
ppc64le is a pure little-endian mode that has been introduced with the POWER8 as the prime target for technologies provided by the OpenPOWER Foundation, aiming at enabling porting of the x86 Linux-based software with minimal effort.[2]
Details
These two identifiers are frequently used when compiling source code to identify the target architecture.[3]
64-bit Power and PowerPC processors are the following:
- PowerPC 620
- RS64 – Apache, RS64-II Northstar, RS64-III Pulsar/IStar, and RS64-IV SStar
- POWER3 and POWER3-II
- POWER4 and POWER4+
- PowerPC 970, 970FX, 970MP and 970GX
- POWER5 and POWER5+
- PPE in Cell BE, PowerXCell 8i and Xenon.
- PWRficient
- POWER6 and POWER6+
- POWER7 and POWER7+
- A2, A2I (used in the Blue Gene/Q) and A2O
- PowerPC e5500 core based
- PowerPC e6500 core based
- POWER8 – P8-6c Murano, P8-12c Turismo and Venice, P8E (with NVLink) and CP1
- POWER9 – P9C Cumulus, P9N Nimbus and P9 AIO Axone
- Power10
- Microwatt, open source soft core
- Chiselwatt, open source soft core
Defunct 64-bit PowerPC processors are the Motorola G5 and PowerPC e700.
References
- ↑ "Gentoo Handbook: Main Page". April 2, 2015. https://wiki.gentoo.org/wiki/Handbook:Main_Page. Retrieved August 12, 2015.
- ↑ "SUSE Linux Enterprise Server 12 on IBM POWER8". February 2014. http://www.novell.com/docrep/2014/04/sles_12_on_ibm_power8_faq.pdf. Retrieved August 12, 2015.
- ↑ "GNU Autoconf 2.63 Manual, Section 15.3 Compiling For Multiple Architectures". September 9, 2008. https://www.gnu.org/software/autoconf/manual/autoconf-2.63/html_node/Multiple-Architectures.html. Retrieved August 12, 2015.
External links
Original source: https://en.wikipedia.org/wiki/Ppc64.
Read more |