Re: [Mesa-dev] [PATCH] gallium: fix build failure on powerpcspe

2014-03-02 Thread Michel Dänzer
On Son, 2014-03-02 at 19:58 +0100, Julien Cristau wrote: > From: Roland Stigge > > In the case of powerpc, mesa activates some altivec instructions > that are unknown on the powerpcspe architecture (see > https://wiki.debian.org/PowerPCSPEPort), causing a build failure as the > 'vand' opcode is n

[Mesa-dev] [PATCH] gallium: fix build failure on powerpcspe

2014-03-02 Thread Julien Cristau
From: Roland Stigge In the case of powerpc, mesa activates some altivec instructions that are unknown on the powerpcspe architecture (see https://wiki.debian.org/PowerPCSPEPort), causing a build failure as the 'vand' opcode is not recognized by the assembler. This patch fixes this by preventing