__ffs in OpenCL

Is there an equivalent function to the CUDA __ffs function in OpenCL? (it returns the position of the first least significant bit in an integer)

I couldn’t find it in the documentation.
thanks