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:
parent
ebc0b2dca0
commit
de3d9fa956
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue