mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v0.98][PPC] Add altivec detection and peak performance output
This commit is contained in:
@@ -7,7 +7,9 @@ typedef int STYLE;
|
||||
|
||||
#ifdef ARCH_X86
|
||||
#include "../x86/cpuid.h"
|
||||
#else
|
||||
#elif ARCH_PPC
|
||||
#include "../ppc/ppc.h"
|
||||
#elif ARCH_ARM
|
||||
#include "../arm/midr.h"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user