3.299. __nv_signbitf

i32 @__nv_signbitf(float %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.