Link Copied
Hello,
You may notice that the default package in IPP 7.0 require that processors have SSE2 support for 32 bit application. The non-optimized layers of the library need to be downloaded separately. Please check the following article to know some details:
http://software.intel.com/en-us/articles/generic-library-dispatching-with-the-ipp-70-library/
It looks to me that the processor you are testing does not support SSE2. true?http://en.wikipedia.org/wiki/List_of_AMD_Athlon_XP_microprocessors
so,if you want to use IPP 7.0 on the processors without SSE2 support (Intel or Intel compatible processors), it needs to download and link with some additional generic static library. The following article provides the steps: http://software.intel.com/en-us/articles/generic-library-dispatching-with-the-ipp-70-library/
Thanks,
Chao
For more complete information about compiler optimizations, see our Optimization Notice.