From de3d9fa95630db0ef8fdbbfc465951f4c6b54d7c Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 6 May 2011 13:01:13 -0400 Subject: [PATCH] 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 --- src/mesa/main/compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2