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

64-bit IPP Mac OS X

John_Pauley
Beginner
279 Views

All,

I've installed IPP on Mac OS X 10.6.2 (Mac Pro) via the C++ Compiler Pro install but do not see the 64-bit IPP libraries (static or dynamic) and no explicit option to install them. Any suggestions?

Thanks,

John

0 Kudos
2 Replies
Vladimir_Dudnik
Employee
279 Views

Hello,

MacOS use so called 'FAT' libraries. Single binary which can run in both 32-bit and 64-bit mode (detected at run time).

Regards,
Vladimir

0 Kudos
John_Pauley
Beginner
279 Views
Seems obvious now that you mention it:) Issue was in Makefile that is common among Mac and Linux where Linux has different filenames for the libraries. Thanks for your support.
John

Hello,

MacOS use so called 'FAT' libraries. Single binary which can run in both 32-bit and 64-bit mode (detected at run time).

Regards,
Vladimir

0 Kudos
Reply