From: Matt Turner Date: Fri, 6 May 2011 17:01:13 +0000 (-0400) Subject: mesa: add precision to M_PI constant X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de3d9fa95630db0ef8fdbbfc465951f4c6b54d7c;p=mesa.git mesa: add precision to M_PI constant Value found in my math.h header. Reviewed-by: Alex Deucher Signed-off-by: Matt Turner Signed-off-by: Brian Paul --- diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index 81e08a006f8..743841be4ef 100644 --- a/src/mesa/main/compiler.h +++ b/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