vertexclique commented on pull request #8665: URL: https://github.com/apache/arrow/pull/8665#issuecomment-727574114
> @vertexclique from my reviewing the code, it looked like simd and avx512 were able to co-exist, but I'm getting some errors on the macOS CI (https://github.com/nevi-me/arrow/runs/1402635245#step:8:1511). Should I disable one for the other? Yes, they shouldn't coexist since they are conflicting implementations I would like to document that when everything settles down. Another option would make all of them mutually exclusive but that is going to be problematic. So the person who enables `avx512` should use avx512 feature or fallback to autovec. Not need to bring packed_simd or something else to do fallback. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
