mesa: add precision to M_PI constant
Value found in my math.h header. Reviewed-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user