Skip to content

[ENH] use march native in rust build #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jairad26
Copy link

@jairad26 jairad26 commented Aug 5, 2025

Previously, rust builds were not using march=native at compilation time, meaning avx and avx512 were not being utilized if available at compile time. this fixes that

Copy link
Author

jairad26 commented Aug 5, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@jairad26 jairad26 force-pushed the jai/simd-runtime-selection branch from 40eb6f0 to 4ae8ffa Compare August 5, 2025 18:16
@jairad26 jairad26 changed the title [ENH] force avx512 in rust build [ENH] use march native in rust build Aug 5, 2025
@jairad26 jairad26 marked this pull request as ready for review August 5, 2025 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant