Re: [Mesa-dev] [PATCH 2/7] mesa: move FLT_MAX_EXP to c99_math.h

2015-02-28 Thread Brian Paul
On 02/28/2015 03:48 AM, Emil Velikov wrote: On 28/02/15 00:47, Brian Paul wrote: --- include/c99_math.h | 4 src/mesa/main/compiler.h | 4 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/c99_math.h b/include/c99_math.h index 35173c6..0a49950 100644 ---

Re: [Mesa-dev] [PATCH 2/7] mesa: move FLT_MAX_EXP to c99_math.h

2015-02-28 Thread Emil Velikov
On 28/02/15 10:48, Emil Velikov wrote: > On 28/02/15 00:47, Brian Paul wrote: >> --- >> include/c99_math.h | 4 >> src/mesa/main/compiler.h | 4 >> 2 files changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/include/c99_math.h b/include/c99_math.h >> index 35173c6..0a49950

Re: [Mesa-dev] [PATCH 2/7] mesa: move FLT_MAX_EXP to c99_math.h

2015-02-28 Thread Emil Velikov
On 28/02/15 00:47, Brian Paul wrote: > --- > include/c99_math.h | 4 > src/mesa/main/compiler.h | 4 > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/include/c99_math.h b/include/c99_math.h > index 35173c6..0a49950 100644 > --- a/include/c99_math.h > +++ b/inclu

[Mesa-dev] [PATCH 2/7] mesa: move FLT_MAX_EXP to c99_math.h

2015-02-27 Thread Brian Paul
--- include/c99_math.h | 4 src/mesa/main/compiler.h | 4 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/c99_math.h b/include/c99_math.h index 35173c6..0a49950 100644 --- a/include/c99_math.h +++ b/include/c99_math.h @@ -156,5 +156,9 @@ llrintf(float f) #de