kou commented on code in PR #36662:
URL: https://github.com/apache/arrow/pull/36662#discussion_r1263161812
##########
.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:
I don't object the suggestion but I like "title: AMD64 Conda C++ AVX2"
approach because:
* Other jobs don't define `simd-level`
* It confuses a bit that `title` isn't used as-is
--
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]