I'm not sure how the JNI works on Android, but theoretically, yes. I am not a huge android fan however, so I probably won't be the one to attempt it.
The only reason I'm storing the VFP registers is because that is the 'official' iOS ABI, and yes, I could probably trim it down significantly, however, the binary itself currently sits at about 63k when compiled in…
Author of the answer in question here.. Feel free to ask me any questions you'd like about this! I also did the same thing in ARMv7 assembly, if you're interested in that:…
I'm not sure how the JNI works on Android, but theoretically, yes. I am not a huge android fan however, so I probably won't be the one to attempt it.
The only reason I'm storing the VFP registers is because that is the 'official' iOS ABI, and yes, I could probably trim it down significantly, however, the binary itself currently sits at about 63k when compiled in…
Author of the answer in question here.. Feel free to ask me any questions you'd like about this! I also did the same thing in ARMv7 assembly, if you're interested in that:…