You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I'm going to Clang compile all f3 utilities for arm-v7a and arm64-v8a, Android 4.4+. Do I need to specify some additional flags to the compiler related to the features of these architectures and Android versions for the correct and most accurate and fast operation of the utilities? For example, -mfpu=vfpv3, -mfloat-abi=hard, -mthumb, -fPIE or -fPIC, minimum Android API level (19+), SELinux?
The text was updated successfully, but these errors were encountered:
Hi, I could successfully compile and use f3 to both of these architectures, on Linux on my PinePhone. You might want to rename this issue to “Add support for Android” instead.
Hello. I'm going to Clang compile all f3 utilities for arm-v7a and arm64-v8a, Android 4.4+. Do I need to specify some additional flags to the compiler related to the features of these architectures and Android versions for the correct and most accurate and fast operation of the utilities? For example,
-mfpu=vfpv3
,-mfloat-abi=hard
,-mthumb
,-fPIE
or-fPIC
, minimum Android API level (19+), SELinux?The text was updated successfully, but these errors were encountered: