util: Move u_debug to utils
[mesa.git] / src / gallium / auxiliary / util / u_cpu_detect.h
index 4a34ac4d9a635a6f3612df915676feccbb91ddaf..efc910d147304fc5e678c4e376abfce5eccf4ee2 100644 (file)
@@ -46,11 +46,12 @@ extern "C" {
 
 
 struct util_cpu_caps {
-   unsigned nr_cpus;
+   int nr_cpus;
 
    /* Feature flags */
    int x86_cpu_type;
    unsigned cacheline;
+   unsigned cores_per_L3;
 
    unsigned has_intel:1;
    unsigned has_tsc:1;
@@ -71,6 +72,7 @@ struct util_cpu_caps {
    unsigned has_3dnow_ext:1;
    unsigned has_xop:1;
    unsigned has_altivec:1;
+   unsigned has_vsx:1;
    unsigned has_daz:1;
    unsigned has_neon:1;