util: Move u_debug to utils
[mesa.git] / src / gallium / auxiliary / util / u_cpu_detect.h
index 7a63d55028945d07824b650e97acef842d8eafc7..efc910d147304fc5e678c4e376abfce5eccf4ee2 100644 (file)
@@ -51,6 +51,7 @@ struct util_cpu_caps {
    /* 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;