-
Notifications
You must be signed in to change notification settings - Fork 523
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
Doc: Add the LoongArch stabilized target features #1707
base: master
Are you sure you want to change the base?
Conversation
bc1984d
to
f07ba46
Compare
src/attributes/codegen.md
Outdated
[LoongArch Reference Manual]: https://github.com/loongson/LoongArch-Documentation | ||
[LoongArch GitHub Account]: https://github.com/loongson |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there documentation that is more alive than these links? The documentation link looks like it is archived, and I don't know what else I would look at on the GitHub account. Is there a new location where the documentation lives? Is there a way to deep-link to the individual features (like wasm does)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The currently available English documentation is at https://github.com/loongson/LoongArch-Documentation. If a better option becomes available in the future, I will update it. Since not all target features have fragment identifiers, they point to the nearest location.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you say more about what's going on with the public documentation? Do you know why it is archived? Is there an actively maintained copy of the Chinese version? Are there any intentions to revive the English version, or is it moving somewhere else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Of course! Based on the latest info I've received, the LoongArch-Documentation is not permanently archived and is still maintained, with updates made as needed. It's currently the only source for the referenced information in English. The Chinese version can be downloaded from: 龙芯架构参考手册卷一-r1p11.pdf. There might be a new English version released in the future, though there's no clear timeline for that yet. The potential update is more about improving the formatting rather than addressing any issues with the existing content.
This comment has been minimized.
This comment has been minimized.
f07ba46
to
5f09209
Compare
@rustbot ready |
This PR adds the stabilized target features as part of rust-lang/rust#135015.