• simd neon matrix multiplication works worse than simple
    Hi, here is my case: I make the game and go to optimize the mathematical calculations, I have been long and hard (with interruptions) writing math on neon (.s extension files). And in the end I got it...
  • The difference between VFPv4 and VFPv3, between SIMD2 and SIMD?
    Dear, I am developing projcet using cortex-A8, I optimize some algorithm code on cortex-A8 cpu. The code shall be ported to cortex-A15 in near future, I got some information about BEON and VFP from website...
  • NEON intrinsics vector division and reciprocal functions not found
    Hi all, I am working with a simple sqrt kernel. Code given below at end of post. It calculates the sqrt on a given array and stores it into a new array. However, when compiling with a gcc compiler as...
  • ARM NEON optimization
    Welcome to the ARM NEON optimization guide! 1. Introduction After reading the article ARM NEON programming quick reference , I believe you have a basic understanding of ARM NEON programming. But...
  • Neon DSP optimize for AI
    Can the Neon DSP be used to optimize the AI algorithm? Does ARM provide an open source implementation ?