Skip to content

Commit 992fb9f

Browse files
committed
Resolve merge conflicts
2 parents 30dbdc2 + 727f5b3 commit 992fb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snappy-stubs-internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ inline int Bits::FindLSBSetNonZero(uint32_t n) {
393393

394394
#endif // End portable versions.
395395

396-
// the Zbb bit-manipulation extension where ctz is guaranteed.
396+
// In RISC-V, CLZ is supported by instructions from the ZBB bit-manipulation extension.
397397
#if HAVE_BUILTIN_CTZ
398398

399399
inline int Bits::FindLSBSetNonZero64(uint64_t n) {

0 commit comments

Comments
 (0)