Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

targetCpu description missing from documentation

Jurczak__Paul
New Contributor I
441 Views

GetLibVersion documentation doesn't list targetCpu field, which is present in version 9.0.1 of IPP on Windows.

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
441 Views

Paul, I am not sure understand the concern. If you look at the field name of IppLibraryVersion structure, you may notice it means the name of the current library version.  Example:  Name = "ippip8". where p8 == supported CPU specific. Namely in this case - Optimized for processors with Intel SSE4.1. You may find out more details into User's guide.

0 Kudos
Jurczak__Paul
New Contributor I
441 Views

Gennady,

I will elaborate. Documentation of GetLibVersion https://software.intel.com/en-us/node/502009 is missing a description of targetCpu field. IppLibraryVersion structure has 8 fields, but only 7 of them are described on that page. IppLibraryVersion->targetCpu is not described. Its value is "core" for my CPU, but I would like to know what are the other possible values.

Regards,

Paul

0 Kudos
Gennady_F_Intel
Moderator
441 Views

ok, agree with this point. Thanks Paul. It should be fixed.

0 Kudos
Reply