mesa/x86: Support SSE 4.1 detection on x86-64.
authorMatt Turner <mattst88@gmail.com>
Fri, 2 May 2014 19:10:17 +0000 (12:10 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 22 May 2014 17:17:16 +0000 (10:17 -0700)
commit8b9302f2b4b0536abb91cb73682ec13640fe9eaf
tree6e872c26b8ac812217e4488db7d89a59f93108c3
parent1a31657a9b14c77fa6eb4517629006d2e9ac2ad4
mesa/x86: Support SSE 4.1 detection on x86-64.

Uses the cpuid.h header provided by gcc and clang. Other platforms are
encouraged to switch.
src/mesa/main/cpuinfo.c
src/mesa/main/cpuinfo.h
src/mesa/x86/common_x86.c