{
System.out.println("Detected PowerPC!");
return JBIGI_OPTIMIZATION_PPC;
} else {
CPUInfo c = CPUID.getInfo();
if(c instanceof AMDCPUInfo) {
AMDCPUInfo amdcpu = (AMDCPUInfo) c;
if(amdcpu.IsAthlon64Compatible())
return JBIGI_OPTIMIZATION_X86_64_32;
if(amdcpu.IsAthlonCompatible())