On Mon, Jan 26, 2015 at 3:27 PM, Ian Romanick wrote:
> I think the functions in the header file need to be 'static inline'.
> Otherwise linking will fail platforms that don't have fpclassify...
> which defeats the purpose. :)
>
done
>
> On 01/26/2015 02:22 PM, Jason Ekstrand wrote:
> > ---
> >
I think the functions in the header file need to be 'static inline'.
Otherwise linking will fail platforms that don't have fpclassify...
which defeats the purpose. :)
On 01/26/2015 02:22 PM, Jason Ekstrand wrote:
> ---
> src/mesa/main/querymatrix.c | 51 +--
---
src/mesa/main/querymatrix.c | 51 +---
src/util/macros.h | 52 +
2 files changed, 53 insertions(+), 50 deletions(-)
diff --git a/src/mesa/main/querymatrix.c b/src/mesa/main/querymatrix.c
index ef8517