wpleonardo commented on code in PR #1375:
URL: https://github.com/apache/orc/pull/1375#discussion_r1090092521
##########
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:
No, I just wanna to check the CI test result when disable AVX512 feature,
because I don't have these different platforms and my own orc_test ruuning
success on local platorm(centos 8).
In the end, this option will be set as "ON" follow your above suggestions.
Thanks.
--
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]