diff options
Diffstat (limited to 'src/common/bit_util.h')
| -rw-r--r-- | src/common/bit_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/bit_util.h b/src/common/bit_util.h index 70e728a5e..a4f9ed4aa 100644 --- a/src/common/bit_util.h +++ b/src/common/bit_util.h | |||
| @@ -59,7 +59,6 @@ inline u64 CountLeadingZeroes64(u64 value) { | |||
| 59 | } | 59 | } |
| 60 | #endif | 60 | #endif |
| 61 | 61 | ||
| 62 | |||
| 63 | #ifdef _MSC_VER | 62 | #ifdef _MSC_VER |
| 64 | inline u32 CountTrailingZeroes32(u32 value) { | 63 | inline u32 CountTrailingZeroes32(u32 value) { |
| 65 | unsigned long trailing_zero = 0; | 64 | unsigned long trailing_zero = 0; |