diff options
Diffstat (limited to 'src')
| -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 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 )\ | 
