Unverified Commit d5905f89 authored by peastman's avatar peastman Committed by GitHub
Browse files

Merge pull request #2326 from peastman/ppc

Fixed error on PPC
parents 6e073b48 204a1dcc
......@@ -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