Reactivate all the features of the cpuid

This commit is contained in:
Baptiste Wicht 2014-03-09 22:04:54 +01:00
parent 50f750817d
commit 515f9a24e0

View File

@ -348,7 +348,7 @@ int main(){
get_brand_string(); get_brand_string();
get_features(); get_features();
get_cache_info(); get_cache_info();
//get_deterministic_cache_parameters(); get_deterministic_cache_parameters();
exit(0); exit(0);
} }