summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-05-01 15:45:51 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-05-01 15:45:51 +0100
commit419f3c447520d1dc95c529afa693ffe3fffe5560 (patch)
tree881cb692c3166838f9978c3ac0fe0cb15508034b /src
parentafe67db8038855d9f7b4ce46b610701c55736c1f (diff)
tgsi: restore HIGH_PRECISION setting
Diffstat (limited to 'src')
-rwxr-xr-xsrc/gallium/auxiliary/tgsi/exec/tgsi_sse2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c b/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c
index 06df3dbb05..45453c34ce 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 )\