Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
N

Ne10

> 编程语言
Open source

An open optimized software library project for the ARM® Architecture

1.5K stars0 likes0 views
WebsiteGitHub

About

An open optimized software library project for the ARM® Architecture

README

What’s Ne10?

Ne10 is a library of common, useful functions that have been heavily optimised for ARM-based CPUs equipped with NEON SIMD capabilities. It provides consistent, well-tested behaviour, allowing for painless integration into a wide variety of applications. The library currently focuses primarily around math, signal processing, image processing, and physics functions.

Building

Out of the box, Ne10 supports the Linux, Android, and iOS platforms. For instructions on building Ne10 for these platforms, please consult the build instructions in building.md. It is possible to use the library on other platforms (or, indeed, “without a platform”), however you may have to fiddle with some of the build configuration files.

Once Ne10 has been built, it can be linked against just like any other C library. To link C code against Ne10, for instance, the compiler must first be aware of Ne10's library and header files — those within build/modules/ and inc/. To do this, these files can be copied to the standard directories used by compilation tools by running make install, or by installing Ne10 from a package manager. Following this, you can simply include Ne10.h in your C code, and ask the compiler to link against the NE10 library (e.g. with -lNE10).

Documentation

Ne10’s official documentation is generated from doxygen annotations in the source code. As such, these documents can be generated locally from the codebase by running doxygen within the doc directory (producing results in doc/html), or viewed remotely as hosted copies available over the Internet.

We also have a handful of carefully prepared sample code snippets in the samples/ directory that outline how Ne10 can be used to accomplish a number of common tasks. These include example programs to perform the FFT, FIR, and matrix multiply operations.

Contributing

Ne10 welcomes and encourages external contributions of any and all forms. If you’ve found a bug or have a suggestion, please don’t hesitate to detail these in the official issue tracker. For those looking to get their hands dirty and contribute code (the best kind of contribution!), please see CONTRIBUTING.md for more details.

Quick Links

  • Official website
  • Source repository
  • Issue tracker
  • Doxygen documentation
  • Coding style guidelines

Call for Use Cases

Find Project Ne10 useful? You can help us justify spending more engineering resources on the project! Please email us, outlining how you are using the project in your applications.

Want us to help cross-promote your product using Ne10 at developer events? We’re also looking for Ne10 use cases to show at conferences and meetups.

GitHub Issues· 119 open

View all on GitHub
  • #194

    Ne10_init fails with many cores

    bugUpdated Jul 21, 2026
  • #317

    Crash leads by reading "/cpu/info"

    Updated Jul 21, 2026
  • #297

    Proposal for OpenHarmony Adaptation of [ Ne10 ]

    Updated May 9, 2025
  • #295

    Find bug in func: ne10_img_rotate_get_quad_rangle_subpix_rgba_c

    Updated May 17, 2024
  • #293

    can we use a 64 bit compiler (aarch64) to compile this library ?

    Updated Apr 26, 2024
  • #269

    Does not build on GCC10

    Updated Sep 1, 2023
  • #292

    Wrong include directories

    Updated Aug 10, 2023
  • #291

    FFT c2c : interleaved in\out vs. non-interleaved

    Updated Apr 26, 2023
  • #290

    Math module has not been optimized for aarch64.

    Updated Apr 4, 2023
  • #289

    Ne10支持编译Windows版本吗?

    Updated Mar 23, 2023

Highlights

  • •Official website
  • •Source repository
  • •Issue tracker
  • •Doxygen documentation
  • •Coding style guidelines

> Tags

C

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言