diff options
author | Brian Paul <[email protected]> | 2015-02-26 11:34:23 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-02-28 13:39:57 -0700 |
commit | 20dc94ba3c7306f9e89cc8bf02fb2431418d48d4 (patch) | |
tree | 574cd61009e9a7e0996672675f3d8d64da3010d2 /src/mesa/main/compiler.h | |
parent | cbf788a34835c9d41f27203d28f407ff469dd7aa (diff) |
mesa: move ONE_DIV_SQRT_LN2 to prog_statevars.c
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/compiler.h')
-rw-r--r-- | src/mesa/main/compiler.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index 51d0eedcb5e..833d233bf66 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/compiler.h @@ -188,10 +188,6 @@ static inline GLuint CPU_TO_LE32(GLuint x) # define LONGSTRING __extension__ #endif -#ifndef ONE_DIV_SQRT_LN2 -#define ONE_DIV_SQRT_LN2 (1.201122408786449815) -#endif - #ifndef FLT_MAX_EXP #define FLT_MAX_EXP 128 #endif |