Skip to content

Reorganize the x86/x86_64 intrinsic folders #334

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

Merged
merged 1 commit into from
Feb 27, 2018

Conversation

alexcrichton
Copy link
Member

The public API isn't changing in this commit but the internal organization is
being rejiggered. Instead of x86/$subtarget/$feature.rs the folders are
changed to coresimd/x86/$feature.rs and coresimd/x86_64/$feature.rs. The
arch::x86_64 then reexports both the contents of the x86 module and the
x86_64 module.

The public API isn't changing in this commit but the internal organization is
being rejiggered. Instead of `x86/$subtarget/$feature.rs` the folders are
changed to `coresimd/x86/$feature.rs` and `coresimd/x86_64/$feature.rs`. The
`arch::x86_64` then reexports both the contents of the `x86` module and the
`x86_64` module.
@alexcrichton alexcrichton merged commit 40afb02 into rust-lang:master Feb 27, 2018
@alexcrichton alexcrichton deleted the reorganize-x86 branch February 27, 2018 14:41
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