mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 18:40:13 +01:00
mesa: move FLT_MAX_EXP to c99_math.h
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
20dc94ba3c
commit
61d344ebba
2 changed files with 4 additions and 4 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue