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

Emulate cpuid #1070

Merged
merged 3 commits into from Aug 15, 2020
Merged

Emulate cpuid #1070

merged 3 commits into from Aug 15, 2020

Conversation

bjorn3
Copy link
Member

@bjorn3 bjorn3 commented Aug 15, 2020

This fixes ppv-lite86 with the simd feature enabled. rand used to enable this feature, but disabled. It may be re-enabled in the future. (see rust-random/rand#1017)

Closes #1053

@bjorn3 bjorn3 added C-enhancement Category: An issue proposing an enhancement or a PR with one. A-core-arch Area: Necessary for full core::arch support O-x86_64 Target: x64 processors labels Aug 15, 2020
@bjorn3 bjorn3 merged commit d9a24fb into master Aug 15, 2020
@bjorn3 bjorn3 deleted the cpuid branch August 15, 2020 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core-arch Area: Necessary for full core::arch support C-enhancement Category: An issue proposing an enhancement or a PR with one. O-x86_64 Target: x64 processors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Emulate cpuid using C/Rust library?
1 participant