tgsi: restore HIGH_PRECISION setting

This commit is contained in:
Keith Whitwell
2008-05-01 15:45:51 +01:00
parent afe67db803
commit 419f3c4475
+1 -1
View File
@@ -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 )\