Merge branch 'amd-master' into amd-develop

This commit is contained in:
Maneesh Gupta
2017-03-14 13:44:41 +05:30
کامیت 675dd1cedf
8فایلهای تغییر یافته به همراه13 افزوده شده و 20 حذف شده
+2 -1
مشاهده پرونده
@@ -202,7 +202,8 @@ __device__ long long int llroundf(float x)
int y = hc::precise_math::roundf(x);
long long int z = y;
return z;
}__device__ float log10f(float x)
}
__device__ float log10f(float x)
{
return hc::precise_math::log10f(x);
}