• searching for neon instruction encoding data sheet
    got a S4-Plus-MSM8227 here in a windows phone. i'm not gonna start changing it to android nor my devenv. problem at hand is that visual studio doesn't support half float aka float16 intrinsics which...
  • Related to GIC V2
    Hello everyone, ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- ARM® Generic Interrupt...
  • NEON Intrinsics
    Note: This was originally posted on 30th November 2010 at http://forums.arm.com Does anyone know of a good reference manual that explains the NEON Intrinsics? For example an explanation of 'uint16x4x2_t...
  • NEON Driver
    Hi, I have seen the ARM webpage to download the NEON driver but I can't find it. In fact, I want to run OpenCl on ARM Cortex A but I can't because I need to install the NEON tool. Is this driver...
  • Recompile neon 32bit instruction for ARMv8 using ndk r10c
    Hello, I have an android application which has neon optimised native code. The neon instructions were written for armv7a architecture. I've read that ARMv8 arch can run  in both 32bit mode and 64bit mode...