mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 12:18:09 +02:00
Add __DragonFly__ in querymatrix for fpclassify()
Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
3bd5888584
commit
d2fa95a4c0
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ fpclassify(double x)
|
|||
}
|
||||
|
||||
#elif defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__) || \
|
||||
(defined(__sun) && defined(__C99FEATURES__))
|
||||
defined(__DragonFly__) || (defined(__sun) && defined(__C99FEATURES__))
|
||||
|
||||
/* fpclassify is available. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue