Lines Matching full:with

37 Kernels are provided with several datatypes : f64, f32, f16, q31, q15, q7.
41 A [PythonWrapper](https://pypi.org/project/cmsisdsp/) is also available and can be installed with:
45 With this wrapper you can design your algorithm in Python using an API as close as possible to the …
60 * [How to build with MDK or Open CMSIS-Pack](#how-to-build-with-mdk-or-open-cmsis-pack)
61 * [How to build with Make](#how-to-build-with-make)
62 * [How to build with cmake](#how-to-build-with-cmake)
63 * [How to build with any other build system](#how-to-build-with-any-other-build-system)
72 CMSIS-DSP is used when you need performance. As consequence CMSIS-DSP should be compiled with the o…
82with Helium support, it will be automatically detected by CMSIS-DSP. For Neon, it is not the case …
84 * `-DLOOPUNROLL=ON` can also be used when compiling with cmake
87 …this option may not be needed but it is highly dependent on the compiler. With some compilers, thi…
104 …ly if your Cortex has some half float hardware acceleration (for instance with Helium extension). …
108 You can build CMSIS-DSP with the open CMSIS-Pack, or cmake, or Makefile and it is also easy to buil…
110 ### How to build with MDK or Open CMSIS-Pack
136 …ples for several platforms. It will generate lots of `.cprj` files that can be built with `cbuild`.
142 ### How to build with Make
146 In each source folder (like `BasicMathFunctions`), you'll see files with no `_datatype` suffix (lik…
154 ### How to build with cmake
183 ### How to build with any other build system
192 In `Source` subfolders, you may either build all of the source file with a datatype suffix (like `_…
194 `f16` files are not mandatory. You can build with `-DDISABLEFLOAT16`
202 You need to build with `-D__GNUC_PYTHON__` on the compiler command line. This flag was introduced f…
221 …If you are using a different build, you need to include this folder too to build with Neon support.
252 * Some kernels required when building CMSIS-DSP with Neon acceleration