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

ID 790148
Date 3/22/2024
Public
Document Table of Contents

Library Version Structure

The IppLibraryVersion structure describes the current Intel IPP software version. The main fields of this structure are:

  • integer fields major and minor, containing version numbers;

  • integer field majorBuild, containing update number;

  • integer field build, containing build revision number;

  • string field Name, containing the Intel IPP version name, for example, “ippSB SSE4.1”;

  • string field Version, containing the version description, for example, “7.1.0 (r93873)”.

  • string field BuildDate, containing the build date.