Renable frexp(f) device math function

Change-Id: I53c022b8ddf38cd17ddb42eba457b9020db66395


[ROCm/hip commit: 7a446dcbc5]
このコミットが含まれているのは:
Maneesh Gupta
2017-07-20 14:41:30 +05:30
コミット 9ce8abb1ed
3個のファイルの変更4行の追加4行の削除
+1 -1
ファイルの表示
@@ -70,7 +70,7 @@ __device__ void single_precision_math_functions()
fmaxf(0.0f, 0.0f);
fminf(0.0f, 0.0f);
fmodf(0.0f, 1.0f);
//frexpf(0.0f, &iX);
frexpf(0.0f, &iX);
hypotf(1.0f, 0.0f);
ilogbf(1.0f);
isfinite(0.0f);