Prism for Android arm, is it possible? #37
Replies: 4 comments
|
@ethindp |
|
@diamondStar35 I have looked at this, and I'm not sure if the effort required would be worth it. Is there a specific reason you want this added? Google Play, since 2019 or so, has required 64-bit support to be available. The biggest issue I see with this is ARM's significantly weaker memory model than even what Aarch64 imposes. It would be incredibly easy for me to write some code in Prism which violates the ARM memory model without me realizing it because I have no way of verifying the correctness in that environment (and Android unit tests are currently a non-starter due to GMS issues). So it would be a constant ongoing source of potentially latent bugs that I (and other contributors) would need to account for. |
|
@ethindp |
|
@diamondStar35 No worries. 32-bit support is unsupported for Prism in general. |
Uh oh!
There was an error while loading. Please reload this page.
Hello.
While working on one of my projects which uses Prism, some users wanted to create an Android arm32-v7a version of it.
I checked the latest release of Prism and found out that Prism does not support this architecture because the JNI folder contains only 2 folders, one for x86-64, and another for arm64-v8a.
I do not know if this is possible or not, to build Prism for arm-v7a architecture.
Regards.
All reactions