Commit 204a1dcc authored by peastman's avatar peastman
Browse files

Fixed error on PPC

parent 6e073b48
......@@ -93,7 +93,7 @@ static int getNumProcessors() {
#ifdef WIN32
#define cpuid __cpuid
#else
#if !defined(__ANDROID__) && !defined(__PNACL__)
#if !defined(__ANDROID__) && !defined(__PNACL__) && !defined(__PPC__)
static void cpuid(int cpuInfo[4], int infoType){
#ifdef __LP64__
__asm__ __volatile__ (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment