CONFIG_ZSL_VECTOR_INLINE

Use inline vector functions.

Type: bool

Help

Enabling this option will cause common vector functions to use inline
versions, avoiding the overhead of function calls at the expense of
a larger firmware image.

Direct dependencies

ZSL

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/zscilib/Kconfig.zscilib:44

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:86

Menu path: (Top) → Modules → zscilib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/zscilib) → Zephyr scientific library support

config ZSL_VECTOR_INLINE
    bool "Use inline vector functions."
    default n
    depends on ZSL
    help
      Enabling this option will cause common vector functions to use inline
      versions, avoiding the overhead of function calls at the expense of
      a larger firmware image.

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