• Loads and Stores for unaligned memory addresses
    Hi, I am trying to write a code using Neon instructions for an iOS app, based on a previous code that has been optimized with SSE instructions for a desktop app. The SSE code has memory alignment...
  • Endianness vtbx
    Hi @ all, I have a 16 byte permutation mask uint8_t[16] and a 16 byte data array uint32_t[4]. I want to "shuffle" this data array using vtbx. This is my code so far: #include <arm_neon.h> #include...
  • ARM_V8 which  instructions are not support in android platform compare to ios(xcode)
    Hi,actually my code is working properly on ios (xcode) but if i run the same code on android platform which is not working i don't know how to debug on android.so please could you suggest me that which...
  • can't find a register in class 'GENERAL_REGS' while reloading 'asm'
    Hi guys.    I'm new for ARM programming. Now I'm using Assembler in my C code under Android OS.   I meet a problem that I don't know how to solve. when I compile the code , output is :        /media/51a24454...
  • Compile NE10 to use in iOS
    Hello. There. I was trying to find FFT solution with best performance in mobile environment (Android, iOS). And, I am recently very excited to find NE10. But there is some obstacle in compiling NE10 Library...