Lines Matching full:library
5 This user manual describes the CMSIS DSP software library, a suite of common compute processing fun…
7 The library is divided into a number of functions each covering a specific category:
25 The library has generally separate functions for operating on 8-bit integers, 16-bit integers, 32-b…
27 The library is providing vectorized versions of most algorithms for Helium and of most f32 algorith…
45 ## Using the CMSIS-DSP Library {#using}
47 The library is released in source form. It is strongly advised to compile the library using `-Ofast…
54 The library is doing some type [punning](https://en.wikipedia.org/wiki/Type_punning) to process wor…
59 The library functions are declared in the public file `Include/arm_math.h`. Simply include this fil…
63 The library ships with a number of examples which demonstrate how to use the library functions. Ple…
67 The library is now tested on Fast Models building with cmake. Core M0, M4, M7, M33, M55 are tested.
79 … Example | Example projects demonstrating the usage of the library fu…
91 Each library project has different preprocessor macros.
94 …- Define macro ARM_MATH_BIG_ENDIAN to build the library for big endian targets. By default library…
148 For this you need to use the right initialization functions in the library and the right options fo…