We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30dbdc2 + 727f5b3 commit 992fb9fCopy full SHA for 992fb9f
snappy-stubs-internal.h
@@ -393,7 +393,7 @@ inline int Bits::FindLSBSetNonZero(uint32_t n) {
393
394
#endif // End portable versions.
395
396
-// the Zbb bit-manipulation extension where ctz is guaranteed.
+// In RISC-V, CLZ is supported by instructions from the ZBB bit-manipulation extension.
397
#if HAVE_BUILTIN_CTZ
398
399
inline int Bits::FindLSBSetNonZero64(uint64_t n) {
0 commit comments