Lines Matching full:library
8 CMSIS-DSP is an optimized compute library for embedded systems (DSP is in the name for legacy reaso…
14 This repository contains the CMSIS-DSP library and several other projects:
21 You don't need any of the other projects to build and use CMSIS-DSP library. Building the other pro…
96 The library is doing some type [punning](https://en.wikipedia.org/wiki/Type_punning) to process wor…
104 `f16` data type (half float) has been added to the library. It is useful only if your Cortex has so…
171 You should also set the compilation options to use to build the library.
204 When this flag is enabled, CMSIS-DSP is defining a few macros used in the library for compiler port…
212 …s, you can add them to `arm_math_types.h` in the `Include` folder of the library. MSVC and XCode a…
225 …library were using compilation directives to control the code size. It was too complex and not ava…
227 Now, the library relies again on the linker to do the code size optimization. But, this implies som…
237 The only folders required to build and use CMSIS-DSP Library are: