[Mesa-dev] [PATCH 5/6] mesa: fpclassify is available on Haiku

Brian Paul brian.e.paul at gmail.com
Tue Dec 27 08:42:31 PST 2011


On Tue, Dec 27, 2011 at 8:43 AM, Alexander von Gluck
<kallisti5 at unixzen.com> wrote:
>
> ---
>  src/mesa/main/querymatrix.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/mesa/main/querymatrix.c b/src/mesa/main/querymatrix.c
> index eaedf7c..2843d55 100644
> --- a/src/mesa/main/querymatrix.c
> +++ b/src/mesa/main/querymatrix.c
> @@ -73,7 +73,7 @@ fpclassify(double x)
>  #elif defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__) ||
> \
>      defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
> || \
>      (defined(__sun) && defined(__C99FEATURES__)) || defined(__MINGW32__) ||
> \
> -     (defined(__sun) && defined(__GNUC__)) || defined(ANDROID)
> +     (defined(__sun) && defined(__GNUC__)) || defined(ANDROID) ||
> defined(__HAIKU__)
>
>  /* fpclassify is available. */
>

I'll push this soon.

-Brian


More information about the mesa-dev mailing list