Re: [Mesa-dev] [PATCH v2] gallium: detect avx512 cpu features

2016-06-22 Thread Cherniak, Bruce
On May 26, 2016, at 3:06 PM, Tim Rowley mailto:timothy.o.row...@intel.com>> wrote: v2: style code, add avx512 to cpu dump --- src/gallium/auxiliary/util/u_cpu_detect.c | 26 ++ src/gallium/auxiliary/util/u_cpu_detect.h | 10 ++ 2 files changed, 36 insertions(+) di

[Mesa-dev] [PATCH v2] gallium: detect avx512 cpu features

2016-05-26 Thread Tim Rowley
v2: style code, add avx512 to cpu dump --- src/gallium/auxiliary/util/u_cpu_detect.c | 26 ++ src/gallium/auxiliary/util/u_cpu_detect.h | 10 ++ 2 files changed, 36 insertions(+) diff --git a/src/gallium/auxiliary/util/u_cpu_detect.c b/src/gallium/auxiliary/util/u