-
Notifications
You must be signed in to change notification settings - Fork 179
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
Runtime Pack arm64 build #21
Comments
As you know OpenAL not work on 64-bit so might not have 64-bit packs |
Maybe this launcher uses other AL implementation? |
这个问题在一开始就被注意到了。所有的本地库都可以为aarch64编译,除了openjdk-8。我缺少openjdk的编译经验,按照jdk9mobile的官方文档无法进行下去。所以我在等待CosineMath的帮助,他成功的通过ndk编译了openjdk-8 aarch32。 |
openjdk必须链接到安卓的linker并使用STL,这也是和boardwalk的不同之处,boardwalk依然是用了glibc |
@longjunyu2 this app would encounter some serious issues because of natives
|
We have tested on some 64-bits devices (We only have 32-bits build) and OpenAL library (https://github.com/kcat/openal-soft/) works fine. |
No one tested, yes OpenAL32 works in 64-bit but a build of OpenAL32 native library in 64-bit will not work. Something like OpenAL64 will work. |
真的特别想要64位java的运行库,特别重要!(性能等等) |
64位库很重要的,没64意味着没更大的内存支持,多mod就没希望了啊 |
As i see, no Runtime Packs are builded for aarch64, this can cause significant FPS drop on 64-bit devices.
The text was updated successfully, but these errors were encountered: