pitrou commented on a change in pull request #10846:
URL: https://github.com/apache/arrow/pull/10846#discussion_r680982433
##########
File path: cpp/src/arrow/util/bit_util.h
##########
@@ -310,8 +310,13 @@ static inline void SetBitTo(uint8_t* bits, int64_t i, bool
bit_is_set) {
// "Conditionally set or clear bits without branching"
// NOTE: this seems to confuse Valgrind as it reads from potentially
// uninitialized memory
+#ifdef SUPERSCALAR_CPU
Review comment:
Where does this come from?
--
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]