Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference

ID 790148
Date 3/31/2025
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Operation Modes

The Custom Library Tool (CLT) has two operation modes:

  • Autobuild: The tool automatically sets the environment and builds a dynamic library.

  • Save build script: The tool generates and saves a custom build script using one of two dispatchers:

    • Dynamic dispatcher (default): Library initialization happens before a call of any custom dispatcher function:
      • Manually when generating a custom dispatcher script without building a custom library.
      • In dynamic/shared library initialization function (generated automatically by CLT) when building a custom library.
    • Static dispatcher: Enables custom dispatcher functions to initialize a library (if it hasn't been initialized yet) before the call of the dispatched function.