• 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...
  • 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...
  • Bringing up Streamline in the Android Developer Toolchain (SDK and NDK) in order to do system analysis for your Android app
    This blog has been written before but quite a few things have improved in the ease of use and breadth of support of Streamline use on Android in the past few years. For starters, Mac OS X is well supported...
  • Runtime detection of CPU features on an ARMv8-A CPU
    In this blog I will cover various methods of runtime feature detection on CPUs implementing ARMv8-A architecture. These methods include using HWCAP on Linux and Android, using NDK on Android and using...
  • 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...