Searched defs:check_for_p2_core2 (Results 1 - 1 of 1) sorted by last modified time

/external/eigen/Eigen/src/Core/util/
H A DMemory.h824 bool check_for_p2_core2 = false; local
860 case 0x49: if(l2!=0) l3 = 4096; else {check_for_p2_core2=true; l3 = l2 = 4096;} break;// code and data L3 cache, 4096 KB, 16 ways, 64 byte lines (P4) or L2 for core2
890 if(check_for_p2_core2 && l2 == l3)

Completed in 85 milliseconds