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

Retargeting IPP V8.0 from Win32 to x64

AshleyWright
Beginner
258 Views

I have inherited a Win32 code base which uses IPP V8.0 which we wish to retarget to x64. The code repository includes the 32-bit static .libs which provide the IPP implementation. Unfortunately it does NOT have any x64 static libs.

"ippversion.h"

#define IPP_VERSION_MAJOR 8
#define IPP_VERSION_MINOR 0
#define IPP_VERSION_UPDATE 0

#define IPP_VERSION_STR "8.0.0"

Can I download the IPP V8.0 x64 static libs from anywhere?

0 Kudos
1 Reply
Ruqiu_C_Intel
Moderator
210 Views

Hi Ashley,

Thank you for contacting us. But IPP V8.0 was a very old product, almost ten years ago product, we recommend you migrate to newer version here:https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html.

For your legacy product request, all we can provide is here: https://www.intel.com/content/www/us/en/developer/articles/tool/intel-ipp-legacy-libraries.html

 

Regards,

Ruqiu

 

 

0 Kudos
Reply