• 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...
  • 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...
  • Neon DSP optimize for AI
    Can the Neon DSP be used to optimize the AI algorithm? Does ARM provide an open source implementation ?
  • Porting code to NEON
    I have some Intel AVX/2 code that I need to port to NEON. I looked at OpenVec, but it seems to be missing some APIs. Is there a guide on NEON instructions that are equivalent to NEON? Thx, Y-