Skip to content

Commit 7a3b1dd

Browse files
qiangxuhuirpavlik
authored andcommitted
Fix ABI identifier of loongarch64 in specification/loader/runtime.adoc.
1 parent 67d9b70 commit 7a3b1dd

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
- pr.523.gh.OpenXR-SDK-Source
3+
---
4+
Fix the ABI identifier of LoongArch64 in specification/loader/runtime.adoc.

specification/loader/runtime.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ architectures and ABIs is used.
379379
| `sparc64`
380380
| 64-bit SPARC architecture
381381

382-
|`loong64`
382+
|`loongarch64`
383383
|
384384
| `loong64`
385385
| 64-bit LoongArch architecture, little endian (LP64D ABI)

src/common/platform_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#elif defined(__sparc__) && defined(__arch64__)
7373
#define XR_ARCH_ABI "sparc64"
7474
#elif defined(__loongarch64)
75-
#define XR_ARCH_ABI "loong64"
75+
#define XR_ARCH_ABI "loongarch64"
7676
#else
7777
#error "No architecture string known!"
7878
#endif

0 commit comments

Comments
 (0)