1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 21:31:15 +02:00

powerpc: Added PowerPC implementation

Signed-off-by: Rashmica Gupta <rashmica.gupta@au1.ibm.com>
This commit is contained in:
Rashmica Gupta
2018-04-23 10:46:47 +10:00
committed by Rashmica Gupta
parent a5093bbe7c
commit 3adafbfe66
9 changed files with 687 additions and 0 deletions

View File

@ -41,6 +41,10 @@
#define CPU_FEATURES_ARCH_MIPS
#endif
#if defined(__powerpc__)
#define CPU_FEATURES_ARCH_PPC
#endif
////////////////////////////////////////////////////////////////////////////////
// Os
////////////////////////////////////////////////////////////////////////////////