:orphan: .. title:: CONFIG_CMSIS_DSP_BASICMATH .. kconfig:: CONFIG_CMSIS_DSP_BASICMATH CONFIG_CMSIS_DSP_BASICMATH ########################## *Basic Math Functions* Type: ``bool`` Help ==== .. code-block:: none This option enables the Basic Math Functions, which support the following operations: * Elementwise Clipping * Vector Absolute Value * Vector Addition * Vector Subtraction * Vector Multiplication * Vector Dot Product * Vector Absolute Value * Vector Negate * Vector Offset * Vector Scale * Vector Shift * Vector Bitwise AND * Vector Bitwise OR * Vector Bitwise Exclusive OR * Vector Bitwise NOT Direct dependencies =================== \ :kconfig:`CMSIS_DSP ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols that imply this symbol ============================== - \ :kconfig:`CMSIS_DSP_STATISTICS ` Kconfig definition ================== At ``/Kconfig.cmsis_dsp:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:13`` → ``/Kconfig.cmsis:28`` Menu path: (Top) → Modules → CMSIS-DSP Library Support .. code-block:: kconfig config CMSIS_DSP_BASICMATH bool "Basic Math Functions" default y depends on CMSIS_DSP help This option enables the Basic Math Functions, which support the following operations: * Elementwise Clipping * Vector Absolute Value * Vector Addition * Vector Subtraction * Vector Multiplication * Vector Dot Product * Vector Absolute Value * Vector Negate * Vector Offset * Vector Scale * Vector Shift * Vector Bitwise AND * Vector Bitwise OR * Vector Bitwise Exclusive OR * Vector Bitwise NOT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*