mesa: move FLT_MAX_EXP to c99_math.h

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Brian Paul 2015-02-26 11:35:10 -07:00
parent 20dc94ba3c
commit 61d344ebba
2 changed files with 4 additions and 4 deletions

View file

@ -156,5 +156,9 @@ llrintf(float f)
#define M_LOG2E (1.4426950408889634074)
#endif
#ifndef FLT_MAX_EXP
#define FLT_MAX_EXP 128
#endif
#endif /* #define _C99_MATH_H_ */

View file

@ -188,10 +188,6 @@ static inline GLuint CPU_TO_LE32(GLuint x)
# define LONGSTRING __extension__
#endif
#ifndef FLT_MAX_EXP
#define FLT_MAX_EXP 128
#endif
#define IEEE_ONE 0x3f800000
#ifndef Elements