Re: [Mesa-dev] [PATCH 2/2] mesa: Rely on USE_X86_64_ASM.

2014-05-22 Thread Matt Turner
On Thu, May 22, 2014 at 12:46 PM, wrote: > From: José Fonseca > > This fixes MinGW x64 builds. We don't use assembly on any of the > Windows builds, to avoid divergence between MSVC and MinGW when testing. > --- If these solve your problems, I'm happy. Both are Reviewed-by: Matt Turner _

[Mesa-dev] [PATCH 2/2] mesa: Rely on USE_X86_64_ASM.

2014-05-22 Thread jfonseca
From: José Fonseca This fixes MinGW x64 builds. We don't use assembly on any of the Windows builds, to avoid divergence between MSVC and MinGW when testing. --- src/mesa/main/cpuinfo.c | 2 +- src/mesa/main/cpuinfo.h | 2 +- src/mesa/x86/common_x86.c | 6 +++--- 3 files changed, 5 insertion