gnzlbg / bitwise

Portable high-level bitwise manipulation algorithms
https://gnzlbg.github.io/bitwise
MIT License
48 stars 9 forks source link

Document the algorithm with respect to intrinsics #8

Closed gnzlbg closed 8 years ago

gnzlbg commented 8 years ago

All the algorithms have been given readable names that clearly state what they do. Some of the algorithms map to hardware intrinsics and other names that are also commonly in use. It should be easy to find any algorithm using any of its common names.

gnzlbg commented 8 years ago

Fixed in ab87e271610121acf8c571af5b97b8eef8ea9a75 .