3.202. __nv_isfinited

i32 @__nv_isfinited(double %x)

Determine whether argument is finite.

Determine whether the floating-point value x is a finite value (zero, subnormal, or normal and not infinity or NaN).

Returns

Returns a nonzero value if and only if x is a finite value.