You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "andygrove (via GitHub)" <gi...@apache.org> on 2023/04/28 13:04:48 UTC

[GitHub] [arrow-datafusion-python] andygrove opened a new issue, #358: Specify sse compiler flags when building releases

andygrove opened a new issue, #358:
URL: https://github.com/apache/arrow-datafusion-python/issues/358

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   I noticed that Polars builds with these flags to enable SIMD features:
   
   ```bash
   RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma
   ```
   
   See their build script at https://github.com/pola-rs/polars/blob/main/.github/workflows/create-python-release.yml
   
   **Describe the solution you'd like**
   We should try this and see if it helps with performance
   
   **Describe alternatives you've considered**
   
   
   **Additional context**
   
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org