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: [email protected]
