• Using Compute Library in a c++ project as static library, build with linaro gcc 7.3
    Hi again; I've built ComputeLibrary in an Linux Environment using gcc 7.x version targetted for bare_metal and armv7a. Build was succesfull and I have 3 library (.a extension) files called 'arm_compute__core...
  • Ne10 Library Getting Started
    This blog was originally posted on 9 January 2013 1 Introduction ARM® NEON ™ technology is a SIMD (single instruction multiple data) architecture extension for the ARM Cortex™-A series processors. It...
  • Is it a bug in NE10 library function "ne10_fir_float_neon"?
    Hi, I make a short test of NE10 library function ne10_fir_float_neon. I find that the first filter output data is always '1' for a simple impulse FIR (coefficients: 1, 0, 0, 0, 0). It is expected to be...
  • __hardfp_xxx symbols not found by gcc linker
    I am working on a project where a static library is built with the ARM tool chain using the hard-float abi, and then is linked with other object files (generated with gcc). The linker is the gcc linker...
  • What is the cycle count for FFT and FIR function in NE10 library?
    Hi, I have just installed NE10 and its documentation on Ubuntu. I do not see the cycle count for its functions. I am especially interested in complex FFT (256 points for example) and FIR (256 complex...