diff options
author | marha <marha@users.sourceforge.net> | 2011-05-09 09:35:45 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-05-09 09:35:45 +0000 |
commit | 43b2398ee28e9144fd51eb9994d67c4c9a198c9c (patch) | |
tree | af05c516b61241b6444059697ce94eee092ba8ff /mesalib/src/mesa/main/compiler.h | |
parent | 151019725213fc50a8aa4db8c4524387fea8f476 (diff) | |
download | vcxsrv-43b2398ee28e9144fd51eb9994d67c4c9a198c9c.tar.gz vcxsrv-43b2398ee28e9144fd51eb9994d67c4c9a198c9c.tar.bz2 vcxsrv-43b2398ee28e9144fd51eb9994d67c4c9a198c9c.zip |
libXext libX11 mkfontscale mesa git update 9 May 2011
Diffstat (limited to 'mesalib/src/mesa/main/compiler.h')
-rw-r--r-- | mesalib/src/mesa/main/compiler.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mesalib/src/mesa/main/compiler.h b/mesalib/src/mesa/main/compiler.h index e17fd0ff6..743841be4 100644 --- a/mesalib/src/mesa/main/compiler.h +++ b/mesalib/src/mesa/main/compiler.h @@ -355,7 +355,7 @@ static INLINE GLuint CPU_TO_LE32(GLuint x) #ifndef M_PI -#define M_PI (3.1415926536) +#define M_PI (3.14159265358979323846) #endif #ifndef M_E @@ -366,10 +366,6 @@ static INLINE GLuint CPU_TO_LE32(GLuint x) #define M_LOG2E (1.4426950408889634074) #endif -#ifndef ONE_DIV_LN2 -#define ONE_DIV_LN2 (1.442695040888963456) -#endif - #ifndef ONE_DIV_SQRT_LN2 #define ONE_DIV_SQRT_LN2 (1.201122408786449815) #endif |