tgsi: restore HIGH_PRECISION setting
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 1 May 2008 14:45:51 +0000 (15:45 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 1 May 2008 14:45:51 +0000 (15:45 +0100)
src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c

index 06df3db..45453c3 100755 (executable)
@@ -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 )\