添加龙芯新世界 LWJGL2 支持 (#2506)

* 添加龙芯新世界 LWJGL2 支持

* Update Documents
This commit is contained in:
Glavo
2023-09-06 15:28:55 +08:00
committed by GitHub
parent 9d5202c19f
commit 50173a3987
2 changed files with 74 additions and 11 deletions

View File

@@ -1,16 +1,16 @@
# Platform Support Status
| | Windows | Linux | Mac OS | FreeBSD |
|----------------------------|:------------------------------------|:------------------------------------------------|:----------------------------------------------------|:--------|
| x86-64 | ✅️ | ✅️ | ✅️ | ❔ |
| x86 | ✅️ | ✅️ | / | / |
| ARM64 | 👌 (1.8+)<br/>✅ (use x86 emulation) | 👌 | 👌 (1.6~1.18.2)<br/>✅ (1.19+)<br/>✅ (use Rosetta 2) | ❔ |
| ARM32 | / | 👌 | / | / |
| MIPS64el | / | 👌 | / | / |
| RISC-V 64 | / | 👌 (1.13+) | / | / |
| LoongArch64 | / | 👌 (for Old World)<br/>👌 (1.13+ for New World) | / | / |
| PowerPC-64 (Little-Endian) | / | ❔ | / | / |
| S390x | / | ❔ | / | / |
| | Windows | Linux | Mac OS | FreeBSD |
|----------------------------|:------------------------------------|:--------------------------|:----------------------------------------------------|:--------|
| x86-64 | ✅️ | ✅️ | ✅️ | ❔ |
| x86 | ✅️ | ✅️ | / | / |
| ARM64 | 👌 (1.8+)<br/>✅ (use x86 emulation) | 👌 | 👌 (1.6~1.18.2)<br/>✅ (1.19+)<br/>✅ (use Rosetta 2) | ❔ |
| ARM32 | / | 👌 | / | / |
| MIPS64el | / | 👌 | / | / |
| RISC-V 64 | / | 👌 (1.13+) | / | / |
| LoongArch64 | / | 👌 (both old and new ABI) | / | / |
| PowerPC-64 (Little-Endian) | / | ❔ | / | / |
| S390x | / | ❔ | / | / |
Legend: