Merge pull request #1510 from schmurfy/freebsd_fix

fixed compilation on freebsd releases witout log2 function
This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-10-30 01:24:23 -07:00
+1 -1
View File
@@ -89,7 +89,7 @@ erfc(double x)
#endif
#if (defined _MSC_VER && _MSC_VER < 1800) || defined __ANDROID__
#if (defined _MSC_VER && _MSC_VER < 1800) || defined __ANDROID__ || (defined __FreeBSD__ && __FreeBSD_version < 803000)
double
log2(double x)