| |||
| Home > Introduction > About the ARM Applications Library | |||
The ARM Applications Library Version 1.1 is a suite of optimized ARM assembly language and C source code for commonly used digital signal processing (DSP), mathematical, and bit manipulation functions. It has been designed to help you to evaluate, develop, and optimize software applications for the ARM RISC processor family. The library should be used in conjunction with the ARM Developer Suite (ADS).
The following is provided with each of the code modules:
comprehensive documentation
example and test applications in two subdirectories:
src contains C routines and source
files
tstfiles contains test data files
(for example, a bitmap image for DCT)
supporting utilities needed to build the examples using ADS.
A general C utility library, util_lib, is also provided to demonstrate each of the main components. You are free to incorporate any of the source code contained in the library into any products, subject to the terms of the license agreement.
The following sections briefly describe each of the code components, and give examples of potential applications.