dongjoon-hyun commented on code in PR #1375:
URL: https://github.com/apache/orc/pull/1375#discussion_r1090083421
##########
CMakeLists.txt:
##########
@@ -67,6 +67,10 @@ option(BUILD_CPP_ENABLE_METRICS
"Enable the metrics collection at compile phase"
OFF)
+option(BUILD_ENABLE_AVX512
+ "Enable AVX512 vector decode of bit-packing"
+ OFF)
Review Comment:
Well, this does mean we are going to skip GitHub Action testing on this PR,
@wpleonardo ?
--
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]