Adding double/long int signatures for abs

Adding overloads for abs that are found in cuda's math_functions.

[ROCm/clr commit: b127488ea9]
Этот коммит содержится в:
Jorghi12
2018-05-26 00:41:24 -04:00
коммит произвёл GitHub
родитель 335dad2feb
Коммит 43d55a79e4
+2
Просмотреть файл
@@ -58,6 +58,8 @@ __device__ float expf(float x);
__device__ float expm1f(float x);
__device__ int abs(int x);
__device__ long long abs(long long x);
__device__ double abs(double x);
__device__ long int abs(long int x);
__device__ float fabsf(float x);
__device__ float fdimf(float x, float y);
__device__ float fdividef(float x, float y);