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 11:59:27 UTC

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

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


   On my machine, specifically, I tested in this manner:
   
   ```
   # works fine
   cargo +nightly build  --features=simd
   
   # works fine
   cargo +nightly build  --features=avx512
   
   # fails without this PR, works with this PR:
   cargo +nightly build  --features=avx512,simd
   ```


----------------------------------------------------------------
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