We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74659a commit 56dce9bCopy full SHA for 56dce9b
util/crc32c.cc
@@ -295,7 +295,7 @@ static inline uint32_t LE_LOAD32(const uint8_t *p) {
295
static inline uint64_t LE_LOAD64(const uint8_t *p) {
296
return DecodeFixed64(reinterpret_cast<const char*>(p));
297
}
298
-#else
+#endif
299
300
static inline void Slow_CRC32(uint64_t* l, uint8_t const **p) {
301
uint32_t c = *l ^ LE_LOAD32(*p);
0 commit comments