Closed forMwish closed 4 years ago
Hi. Sure some error on floating point numbers treatment exists, especially on reciprocal, sqrt, floqt->int conversion etc. Moreover unfortunately original ARM and my implementation treat NAN and over-underflow differently. It might be the point. If you make the whole list of functions used in your app I may point you the suspicious ones. For the purposes just compile your app without this header and the list of errors (functions undefined) will be the thing to share
I am glad to receive your reply. Luckily I find the error (vrecpe / vrsqrte) by android web .Finally, I used C to implement the corresponding pseudo-code on the arm architecture manual but not implement the exception handler. Now, it work. Thank you very much.
For example, floating point Numbers? Thanks. My project has some errors between arm and intel, and I'm not sure where that happened