The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CMSIS_DSP_NEON

Neon Instruction Set

Type: bool

Help

This option enables the NEON Advanced SIMD instruction set, which is
available on most Cortex-A and some Cortex-R processors.

Direct dependencies

CPU_CORTEX_A && CMSIS_DSP

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At modules/Kconfig.cmsis_dsp:750

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:13modules/Kconfig.cmsis:28

Menu path: (Top) → Modules → CMSIS-DSP Library Support

config CMSIS_DSP_NEON
    bool "Neon Instruction Set"
    default y
    depends on CPU_CORTEX_A && CMSIS_DSP
    help
      This option enables the NEON Advanced SIMD instruction set, which is
      available on most Cortex-A and some Cortex-R processors.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)