-
Notifications
You must be signed in to change notification settings - Fork 247
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
Add support for loongarch64 #479
Conversation
We will need you to sign the CLA. In addition, this should be added to the table in the loader design doc alongside the rest of the platforms. Also, we tend to follow Debian, who uses loong64 as the architecture name: https://wiki.debian.org/Ports/loong64 |
I don't think Loongson can sign a Khronos Group agreement due to U.S. sanctions. |
@rpavlik PTAL. |
@qiangxuhui I think you need a separate commit for change fragment. You can check other merged PRs on GitHub to see what it means. |
@utzcoz Done. |
An issue (number 2306) has been filed to correspond to this pull request in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#2306 ), to facilitate working group processes. This GitHub pull request will continue to be the main site of discussion. |
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.
Name looks good, matches Debian. Just one question about the specific ABI, and then I'll request working group approval to merge.
* Fix from [OpenXR-SDK-Source#479](KhronosGroup/OpenXR-SDK-Source#479) Signed-off-by: Zhou Qiankang <[email protected]>
* Temporary fix from [OpenXR-SDK-Source#479](KhronosGroup/OpenXR-SDK-Source#479) Signed-off-by: Zhou Qiankang <[email protected]>
@rpavlik Done. |
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.
Thanks for updating this!
Fix build on linux/loongarch64. Add loong64's info to loader doc Changelog fragment Fix the description of loong64 in specification/loader/runtime.adoc
Fix build on linux/loongarch64.