wgtmac commented on code in PR #1375:
URL: https://github.com/apache/orc/pull/1375#discussion_r1090349354
##########
c++/src/RleDecoderV2.cc:
##########
@@ -67,6 +91,147 @@ namespace orc {
}
void RleDecoderV2::readLongs(int64_t* data, uint64_t offset, uint64_t len,
uint64_t fbs) {
+ uint64_t startBit = 0;
+#if ENABLE_AVX512
Review Comment:
I mean we can use an environment variable like
`std::getenv("ENABLE_RUNTIME_AVX512")` as a toggle.
--
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]