[Mesa-dev] [PATCH] mesa: move fpclassify work-arounds into c99_math.h

2015-03-12 Thread Brian Paul
v2: Use #error in the #else clause, per Jose. --- include/c99_math.h | 44 ++ src/mesa/main/querymatrix.c | 51 + 2 files changed, 45 insertions(+), 50 deletions(-) diff --git a/include/c99_math.h

Re: [Mesa-dev] [PATCH] mesa: move fpclassify work-arounds into c99_math.h

2015-03-12 Thread Jose Fonseca
On 11/03/15 16:48, Brian Paul wrote: v2: Use #error in the #else clause, per Jose. --- include/c99_math.h | 44 ++ src/mesa/main/querymatrix.c | 51 + 2 files changed, 45 insertions(+), 50 deletions(-)

Re: [Mesa-dev] [PATCH] mesa: move fpclassify work-arounds into c99_math.h

2015-03-12 Thread Brian Paul
On 03/12/2015 04:41 AM, Jose Fonseca wrote: On 11/03/15 16:48, Brian Paul wrote: v2: Use #error in the #else clause, per Jose. --- include/c99_math.h | 44 ++ src/mesa/main/querymatrix.c | 51 + 2 files