Re: [Mesa-dev] [PATCH] mesa: simplify detection of fpclassify

2015-01-19 Thread Ian Romanick
On 01/17/2015 07:10 AM, Felix Janda wrote: > Fixes compilation with musl libc. > --- > src/mesa/main/querymatrix.c | 16 +--- > 1 file changed, 5 insertions(+), 11 deletions(-) > > diff --git a/src/mesa/main/querymatrix.c b/src/mesa/main/querymatrix.c > index eb36c76..57c536f 100644 >

[Mesa-dev] [PATCH] mesa: simplify detection of fpclassify

2015-01-18 Thread Felix Janda
Fixes compilation with musl libc. --- src/mesa/main/querymatrix.c | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/mesa/main/querymatrix.c b/src/mesa/main/querymatrix.c index eb36c76..57c536f 100644 --- a/src/mesa/main/querymatrix.c +++ b/src/mesa/main/quer