From: Keith Whitwell Date: Thu, 1 May 2008 14:45:51 +0000 (+0100) Subject: tgsi: restore HIGH_PRECISION setting X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=419f3c447520d1dc95c529afa693ffe3fffe5560;p=mesa.git tgsi: restore HIGH_PRECISION setting --- diff --git a/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c b/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c index 06df3dbb05b..45453c34cee 100755 --- a/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c +++ b/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c @@ -36,7 +36,7 @@ #ifdef PIPE_ARCH_X86 -#define HIGH_PRECISION 0 /* for 1/sqrt() */ +#define HIGH_PRECISION 1 /* for 1/sqrt() */ #define FOR_EACH_CHANNEL( CHAN )\