• 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...
  • Problem in building NE10 library
    Hi, I am a new TI Sitara user for an embedded project. I have installed Sitara Linux SDK, which has the Linaro Toolchain. I want to use NE10 simply for DSP algorithm. Thus, it needs to set variable GNULINUX_PLATFORM...
  • where are newlib configuration options
    We use ARM's GCC for Cortex-M (actually, as redistributed by NXP etc.). I must rebuild newlib (to get a debug version of the library, as ARM seems not to supply that). Where can I find the set of configuration...
  • Ne10 FFT feature
    FFT feature in ProjectNe10 1 Introduction Project Ne10 recently received an updated version of FFT, which is heavily NEON optimized for both ARM v7-A/v8-A AArch32 and v8-A AArch64 and is faster than almost...
  • Is there any simple math library that is optimized for aarch64, like NE10 for v7
    I'm looking for a simple math library that is optimized for aarch64. NE10 looked perfect but I ended up finding that it doesn't support math functions for aarch64. Arm Compute Library looks a bit...