:orphan: .. title:: CONFIG_CMSIS_DSP_AUTOVECTORIZE .. kconfig:: CONFIG_CMSIS_DSP_AUTOVECTORIZE CONFIG_CMSIS_DSP_AUTOVECTORIZE ############################## *Auto Vectorize* Type: ``bool`` Help ==== .. code-block:: none This option prefers autovectorizable code to one using C intrinsics in the DSP functions. Direct dependencies =================== \ :kconfig:`CMSIS_DSP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/Kconfig.cmsis_dsp:776`` 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_AUTOVECTORIZE bool "Auto Vectorize" depends on CMSIS_DSP help This option prefers autovectorizable code to one using C intrinsics in the DSP functions. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*