Fix for bitstring interpretation on big-endian machine
This patch fix commit b31bb7 for big-endian machines inverting the __builtin_clzll and __builtin_cltll calls depending on the architecture. This caused to get the incorrect first and last bit set on the bitmap in bit_ffs bit_fls. bug 4494
Please register or sign in to comment