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
committad av GitHub
förälder b272e57c33 43c2724907
incheckning ef13aa3a0b
5 ändrade filer med 299 tillägg och 16 borttagningar
@@ -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);