u_blitter: do error checking assertions for shader caching
[mesa.git] / src / gallium / auxiliary / util / u_cpu_detect.h
index cc3e0ce03443f80d53f4df6f8ae73ee52a631e7e..5ccfc931697f25e089474f58a27adc0af8f6d892 100644 (file)
@@ -64,9 +64,11 @@ struct util_cpu_caps {
    unsigned has_sse4_2:1;
    unsigned has_popcnt:1;
    unsigned has_avx:1;
+   unsigned has_avx2:1;
    unsigned has_f16c:1;
    unsigned has_3dnow:1;
    unsigned has_3dnow_ext:1;
+   unsigned has_xop:1;
    unsigned has_altivec:1;
    unsigned has_daz:1;
 };