You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/28 12:12:12 UTC

[GitHub] [arrow] vertexclique commented on pull request #9337: [Arrow]-11387: [Rust] fix build for conditional compilation of features 'simd + avx512'

vertexclique commented on pull request #9337:
URL: https://github.com/apache/arrow/pull/9337#issuecomment-769012377


   I think we've talked about this mutual exclusivity of features here: https://github.com/apache/arrow/pull/8665#issuecomment-727574114
   I think this pr settles down `simd` feature's dependencies when avx512 is used. When this PR is merged it would be nice to document which one got selected. Like:
   
   
   `cargo +nightly build  --features=avx512,simd` This selects `avx512` with this pr in I presume. That's enough to document from my point of view.


----------------------------------------------------------------
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:
users@infra.apache.org