Skip to content
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

Autodetect CPU target features from Cargo #32

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

SabrinaJewson
Copy link
Contributor

This means that users can enable SIMD support using standard Cargo methods, instead of having to know about this crate’s feature flags in particular.

@NoXF
Copy link
Owner

NoXF commented Sep 10, 2024

It‘s a good idea. but it doesn't pass all test cases. I tried to figure out what was wrong but it didn't work.

Can you try to fix it?

@SabrinaJewson
Copy link
Contributor Author

It’s a weird one – it only fails on beta and not stable or nightly, and I can’t reproduce it locally. My only idea is that some errors occured while globbing that were swallowed up, so I pushed a change to ensure that errors result in panics as usual. It’s also possible something just got corrupted somehow and we just need to re-run.

@SabrinaJewson
Copy link
Contributor Author

Damn, I don’t have a clue then. Just to check it’s not a regression, can you try rerunning CI for the latest commit on the master branch?

@SabrinaJewson
Copy link
Contributor Author

aha! Well at least it’s not this change… still a mystery though

@NoXF
Copy link
Owner

NoXF commented Sep 10, 2024

Indeed the master will also fail, I'll see why later.

@NoXF NoXF merged commit 4dfa056 into NoXF:master Sep 10, 2024
14 of 15 checks passed
@SabrinaJewson SabrinaJewson deleted the autodetect branch September 10, 2024 10:03
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.

2 participants