mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 21:40:29 +01:00
mesa: fpclassify is available on Haiku
Reviewed-by: Brian Paul <brianp@vmare.com> Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
2e60c955c2
commit
a3752fa63b
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue