3.298. __nv_signbitd

i32 @__nv_signbitd(double %x)

Return the sign bit of the input.

Determine whether the floating-point value x is negative.

Returns

Returns a nonzero value if and only if x is negative. Reports the sign bit of all values including infinities, zeros, and NaNs.