forked from I2P_Developers/i2p.i2p
actually use the 64 bit cpu detection
This commit is contained in:
@ -179,17 +179,6 @@ public class NativeBigInteger extends BigInteger {
|
||||
* @return A string containing the CPU-type or null if CPU type is unknown
|
||||
*/
|
||||
private static String resolveCPUType() {
|
||||
if (_is64) {
|
||||
// Test the 64 bit libjcpuid, even though we don't use it yet
|
||||
try {
|
||||
CPUInfo c = CPUID.getInfo();
|
||||
_cpuModel = c.getCPUModelString();
|
||||
} catch (UnknownCPUException e) {
|
||||
// log?
|
||||
}
|
||||
return JBIGI_OPTIMIZATION_ATHLON64;
|
||||
}
|
||||
|
||||
try {
|
||||
CPUInfo c = CPUID.getInfo();
|
||||
try {
|
||||
|
Reference in New Issue
Block a user