projectNe10 / Ne10

An open optimized software library project for the ARM® Architecture
Other
1.46k stars 408 forks source link

Fix ASM issues building for Android using clang NDK r16b-r18b #250

Closed cmartinezlozano closed 4 years ago

cmartinezlozano commented 4 years ago

This issue will fix https://github.com/projectNe10/Ne10/issues/131 and related ones:

Removed hard mfloat-abi, use softfp instead: https://android.googlesource.com/platform/ndk/+/ndk-r12-release/docs/HardFloatAbi.md

Added -fno-integrated-as: https://android.googlesource.com/platform/ndk/+/master/docs/ClangMigration.md

cmartinezlozano commented 4 years ago

These changes can be easy covered setting the flags outside Ne10 instead.