You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "pitrou (via GitHub)" <gi...@apache.org> on 2023/07/13 13:21:01 UTC

[GitHub] [arrow] pitrou commented on a diff in pull request #36662: GH-35116: [CI][C++] Enable compile-time AVX2 on some CI platforms

pitrou commented on code in PR #36662:
URL: https://github.com/apache/arrow/pull/36662#discussion_r1262550717


##########
.github/workflows/cpp.yml:
##########
@@ -67,7 +67,8 @@ jobs:
             image: conda-cpp
             llvm: "14"
             runs-on: ubuntu-latest
-            title: AMD64 Conda C++
+            simd-level: AVX2
+            title: AMD64 Conda C++ AVX2

Review Comment:
   Hmm, that would probably work as well.



-- 
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: github-unsubscribe@arrow.apache.org

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