Merge pull request #415 from deven-amd/master

Checkin to fix bugs in math functions.

[ROCm/hip commit: e17ade3afb]
This commit is contained in:
Maneesh Gupta
2018-05-01 12:29:03 +05:30
committed by GitHub
5 changed files with 299 additions and 16 deletions
@@ -57,6 +57,7 @@ __device__ float exp2f(float x);
__device__ float expf(float x);
__device__ float expm1f(float x);
__device__ int abs(int x);
__device__ long long abs(long long x);
__device__ float fabsf(float x);
__device__ float fdimf(float x, float y);
__device__ float fdividef(float x, float y);