Remove stray leftover comment.

[ROCm/hip commit: 02fc25de4c]
This commit is contained in:
Alex Voicu
2017-12-02 00:03:10 +00:00
orang tua 12f01d928f
melakukan 8eff1b3af4
+1 -1
Melihat File
@@ -96,7 +96,7 @@ __device__ float erff(float x)
}
__device__ float erfinvf(float y)
{
return hc::precise_math::erfinvf(y);//__hip_erfinvf(y);
return hc::precise_math::erfinvf(y);
}
__device__ float exp10f(float x)
{