Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

x86 vs x64 speed performance on 64 bit OS

9ine
Beginner
716 Views
Is there a difference in speed performance of the x86 and x64 libraries when run in 64 bit OS?
Especially in image processing and haar object detection?
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
715 Views

Hello,

we do not expect a major difference in normal cirumstances. That said, there might be cases when IPP functions from Intel64libraries demonstrate slower performance comparing with the same functions from IA32 libraries.In some casesit indicatesissues we may met at develpment stage and have to reduce optimization level for these particular functions, in other cases it might be a indication of particular algorithm optimization specific. Normally, we fix that difference within a subsequent product releases.
Also there are cases when performance on Intel64 is better comparing with IA32 due to more processor registers available on Intel64 architecture.

I'd expect a little bit better performance for Intel64 libraries.

Regards,
Vladimir

0 Kudos
Reply