zbentley commented on code in PR #16535:
URL: https://github.com/apache/pulsar/pull/16535#discussion_r931756707
##########
pulsar-client-cpp/lib/checksum/crc32c_arm.h:
##########
@@ -37,11 +37,11 @@
#define crc32c_u16(crc, v) __crc32ch(crc, v)
#define crc32c_u32(crc, v) __crc32cw(crc, v)
#define crc32c_u64(crc, v) __crc32cd(crc, v)
-#define PREF4X64L1(buffer, PREF_OFFSET, ITR)
\
Review Comment:
`make format` wanted this diff; perhaps because I installed a newer/older
version of clang-format? Regardless, it looks harmless.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]