wpleonardo commented on code in PR #1375:
URL: https://github.com/apache/orc/pull/1375#discussion_r1091648119
##########
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:
Add an Env parameter "ENABLE_RUNTIME_AVX512" to open or close AVX512 feature
at the runtime.
If set ENABLE_RUNTIME_AVX512 as on or ON, AVX512 will be opened at the
runtime, if other value, this feature will be closed at the runtime.
--
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]