Skip to content

Testing/Enabling armeabi-v7a #123

@bob-the-hamster

Description

@bob-the-hamster

Currently, python-for-android compiles for armeabi but not for armeabi-v7a

According to this page, armeabi-v7 allows better performance because it can use the FPU
http://stackoverflow.com/questions/7080525/why-use-armeabi-v7a-code-over-armeabi-code

distribute.sh already has support for compiling for armeabi-v7a, but it is commented out. I uncommented and tested it with my game, and it seemed to work great. I have not yet done any profiling to figure out how much (if at all) faster it is.

Would it be best to compile for both? Or to add a command line option to pick between building for one or the other or both?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions