Index: runtime/platform/utils.h |
=================================================================== |
--- runtime/platform/utils.h (revision 39895) |
+++ runtime/platform/utils.h (working copy) |
@@ -81,6 +81,7 @@ |
static int HighestBit(int64_t v); |
+ static int CountLeadingZeros(uword x); |
static int CountTrailingZeros(uword x); |
// Computes a hash value for the given string. |