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
+4
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_ */