cambyzju commented on code in PR #10140:
URL: https://github.com/apache/incubator-doris/pull/10140#discussion_r898634098


##########
thirdparty/build-thirdparty.sh:
##########
@@ -787,7 +787,7 @@ build_bitshuffle() {
 build_croaringbitmap() {
     avx_flag=
     if [ ! -z "$USE_AVX2" -a "$USE_AVX2" -eq 0 ];then
-        echo "FORCE disable AVX for croaringbitmap"
+        echo "set USE_AVX2=$USE_AVX2 to FORCE disable AVX2 in croaringbitmap"

Review Comment:
   Only after set USE_AVX2=0, it will reach here.  It means disable AVX2.
   Otherwise we will open AVX2 and there is no message printed.



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to