• 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...
  • 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...
  • Linking with newlib for NE10 library
    I am using arm-none-ea bi-* ( 7 2018-q2-update ) to link with newlib-nano to use the NE10 library in a bare metal envirolment. It looks like i am unable to be successful in compiling the code with...
  • Which definition is right for "ne10_addc_float_c"?
    Hi, On a Get Start thread of this web site, it has a short NE10 example having such snippet:       ne10_addc_float_c( thedst1 , thesrc, thecst, ARRAY_LENGTH );         ne10_addc_float_neon( thedst2 ,...
  • Ne10 FFT Feature: Radix-3 and Radix-5 FFT are supported, NEON Optimization Significant Performance Improvement by NEON-Optimization
    Ne10 v1.2.0 is released. Now radix-3 and radix-5 are supported in floating point complex FFT. Benchmark data below shows that NEON optimization has significantly improved performance of FFT. 1. Project...