Library Version Structure
The
IppLibraryVersion
structure describes the current Intel IPP software version. The main fields of this structure are: - integer fieldsmajorandminor, containing version numbers;
- integer fieldmajorBuild, containing update number;
- integer fieldbuild, containing build revision number;
- string fieldName, containing the Intel IPP version name, for example, “ippSB SSE4.1”;
- string fieldVersion, containing the version description, for example, “7.1.0 (r93873)”.
- string fieldBuildDate, containing the build date.