android armeabi-v7a build error. #8
Replies: 3 comments
-
Oh, I have been test with ndk 26.1.10909125(clang) and ndk r15c(gcc 4.9.x) |
Beta Was this translation helpful? Give feedback.
-
Thanks for the interest in the code here. The ARM code was something I started, but didn't really go through with here. It doesn't implement the optimisation tricks listed on the front page. I did write "proper" ARM and ARM64 MD5 implementations for my ParPar application, but they aren't designed as a library, so you'd have to figure out how to make it work if you want to use it. Maybe I can export the MD5 engine from ParPar into a library if there's a lot of interest in it. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll try parpar |
Beta Was this translation helpful? Give feedback.
-
Hello Authors,
I got "inline assembly requires more registers than available" error when build for android armeabi-v7a.
how to fix?
and i have to say, that's fantastic project
Beta Was this translation helpful? Give feedback.
All reactions