Add __DragonFly__ in querymatrix for fpclassify()
Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user