Skip to content

[QUESTION] Divide x86 and amd64? #460

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

Closed
ghost opened this issue Jul 28, 2021 · 1 comment
Closed

[QUESTION] Divide x86 and amd64? #460

ghost opened this issue Jul 28, 2021 · 1 comment
Labels
• docs Related to `Documentation/rust/`, `samples/`, generated docs, doctests, typos...

Comments

@ghost
Copy link

ghost commented Jul 28, 2021

As we are talking about Linux kernel, I's like ti suggest to divide the generally speaking x86 in x86 (for 32bit) and amd64 (for 64bit), this makes easier to check for progress (for eh: under arches it's not really useful to check for x86 and the see "x86_64 only". What do you think? Could this be a good point? Is/are there any thing/s against that?

@ghost ghost added the • docs Related to `Documentation/rust/`, `samples/`, generated docs, doctests, typos... label Jul 28, 2021
ojeda added a commit to ojeda/linux that referenced this issue Jul 29, 2021
Closes Rust-for-Linux#78.
Closes Rust-for-Linux#460.

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
@ojeda
Copy link
Member

ojeda commented Jul 30, 2021

We are following the arch/ names, as well as the same as the LLVM doc too.

In any case, x86 32-bit support should be coming soon (I took a look yesterday, but there is something I need to debug).

@ojeda ojeda closed this as completed Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
• docs Related to `Documentation/rust/`, `samples/`, generated docs, doctests, typos...
Development

No branches or pull requests

1 participant