Hi all,
I am using the latest juno sdk from Linaro/android/juno/19.01, which is based on android9. But we need some developtment based on android10. Is there some upgrade guide documents or not, or do you have any suggestion?
many thanks.
Hi all,
I am using the latest juno sdk from Linaro/android/juno/19.01, which is based on android9. But we need some developtment based on android10. Is there some upgrade guide documents or not, or do you have any suggestion?
many thanks.
I am trying to use ARM inline assembly in a C code. I am compiling using aarch64-linux-android-clang version 3.8.243773, the 64 bit llvm toolchain from Android NDK R11.
The inline assembly code is as follows:
__asm__("ssat %w0, #24, %w1\n\t"