diff options
author | Keith Whitwell <[email protected]> | 2008-05-01 15:45:51 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-05-01 15:45:51 +0100 |
commit | 419f3c447520d1dc95c529afa693ffe3fffe5560 (patch) | |
tree | 881cb692c3166838f9978c3ac0fe0cb15508034b /src/gallium | |
parent | afe67db8038855d9f7b4ce46b610701c55736c1f (diff) |
tgsi: restore HIGH_PRECISION setting
Diffstat (limited to 'src/gallium')
-rwxr-xr-x | src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c | 2 |
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 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 )\ |