• Error in Compiling 64-bit Neon code using Android NDK r10c
    Hello,            I am trying to compile a 64-bit Neon code using android ndk-r10c in eclipse. I am getting an error message: Android NDK: NEON support is only possible for armeabi-v7a ABI  its variant...
  • which is default data model with APP_ABI := arm64-v8a on android-ndk-r10b
    Hi,     If I build a native code on android-ndk-r10b with APP_ABI := arm64-v8a. Which 64-bit data (LP64, LLP64, ILP4) model is used to compile the code? Regards,
  • Optimizing code for ARM: ARMv7, ARMv8, Memory Models and NEON Intrinsics
    Matthew Gretton-Dann titled this presentation: Porting & Optimising Code 32-bit to 64-bit The title is accurate but he does a better job of giving a high level overview of the ARMv7 and ARMv8 architecture...
  • DevBytes: Play Games and the NDK - Part 2: Achievements and Leaderboards - YouTube
    DevBytes: Play Games and the NDK - Part 2: Achievements and Leaderboards YouTube Now that you've set up your C++ game to sign in with Play Games, here's how to add achievements and leaderboards. Great...
  • how to  use PLD  instructions
    Note: This was originally posted on 28th November 2012 at http://forums.arm.com NOW I am learning assemalbe function  "memset"  in android version; follow is some : 0:         PLD         (r3, #64)  ...