[PATCH] D13414: Define GNU clz builtins equivalents for MSVC

angelsl via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 4 11:39:25 PDT 2015


angelsl added a comment.

`_BitScanReverse` gives the index of the first set bit starting from the most significant bit, where the index is zero from the LSB.


http://reviews.llvm.org/D13414





More information about the llvm-commits mailing list