3.202. __nv_isfinited
-
i32 @__nv_isfinited(double %x)
Determine whether argument is finite.
Determine whether the floating-point value
xis a finite value (zero, subnormal, or normal and not infinity or NaN).- Returns
Returns a nonzero value if and only if
xis a finite value.