--- cvsroot/libecb/ecb.pod 2021/06/22 05:28:44 1.92 +++ cvsroot/libecb/ecb.pod 2021/07/31 16:13:30 1.94 @@ -733,7 +733,8 @@ These two families of functions return the value of C after rotating all the bits by C positions to the right (C) or left -(C). +(C). There are no restrictions on the value C, i.e. both +zero and values equal or larger than the word width work correctly. Current GCC/clang versions understand these functions and usually compile them to "optimal" code (e.g. a single C or a combination of C