<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Error at loading IppSP libraies in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834378#M5820</link>
    <description>IPP is libraries of processor-specific optimized code. You need to provide approporiate cpu-specific libraries on your target system. As I can see you only used PX (generic C code) libraries from IPP, meaining you did not utilize SSE vector instructions at all. Do you have any specific reason for that approach? What is your target system? Please check capabilities of your target system and choose appropriate cpu-specific library from distribution. You may need to review IPP KB article &lt;A href="http://software.intel.com/en-us/articles/understanding-simd-optimization-layers-and-dispatching-in-the-intel-ipp-70-library/"&gt;Understanding SIMD Optimization Layers and Dispatching in the Intel IPP 7.0 Library for more details&lt;/A&gt;. Note, IPP 7.0 does not include PX libraries by default, they are available as a separate download package.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
    <pubDate>Mon, 27 Dec 2010 11:12:14 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2010-12-27T11:12:14Z</dc:date>
    <item>
      <title>Error at loading IppSP libraies</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834373#M5815</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am running an application which is using header files as below:&lt;BR /&gt;#include &lt;MATH.H&gt;&lt;BR /&gt;#include "vadg729fp.h"&lt;BR /&gt;#include "owng729fp.h"&lt;BR /&gt;#include "aux_fnxs.h"&lt;BR /&gt;&lt;BR /&gt;#include &lt;IPPS.H&gt;&lt;BR /&gt;#include "scratchmem.h"&lt;BR /&gt;#include "ippdefs.h" &lt;BR /&gt;#include &lt;IPPS.H&gt;&lt;BR /&gt;#include &lt;IPPSC.H&gt;&lt;BR /&gt;#include "g729fpapi.h"&lt;BR /&gt;#include "scratchmem.h"&lt;BR /&gt;&lt;BR /&gt;And I am linking the following libs statically:&lt;BR /&gt;&lt;BR /&gt;ippcore.lib,&lt;BR /&gt;ipps.lib&lt;BR /&gt;ippsc.lib&lt;BR /&gt;&lt;BR /&gt;And I am using the following dlls at run time:&lt;BR /&gt;&lt;BR /&gt;ippcore-7.0.dll,&lt;BR /&gt;ipps-7.0.dll,&lt;BR /&gt;ippsc-7.0.dll &lt;BR /&gt;libiomp5md.dll&lt;BR /&gt;&lt;BR /&gt;The applications works fine on my machine where 7.0 IPP is installed.&lt;BR /&gt;But when I copy the exe and dlls on to the other machine and start it. It throws an error saying "Error at loading of IppSP library" No DLLs were found in the waterfall procedure"&lt;BR /&gt;&lt;BR /&gt;Please let me if Iam missing any libs to include or dlls at run time for the above header files.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manjula Reddy&lt;BR /&gt;&lt;/IPPSC.H&gt;&lt;/IPPS.H&gt;&lt;/IPPS.H&gt;&lt;/MATH.H&gt;</description>
      <pubDate>Mon, 27 Dec 2010 05:44:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834373#M5815</guid>
      <dc:creator>Manjula_Reddy</dc:creator>
      <dc:date>2010-12-27T05:44:44Z</dc:date>
    </item>
    <item>
      <title>Error at loading IppSP libraies</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834374#M5816</link>
      <description>Please check first if these dlls are available in the your system paths.&lt;BR /&gt;&lt;DIV&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Dec 2010 08:54:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834374#M5816</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-12-27T08:54:48Z</dc:date>
    </item>
    <item>
      <title>Error at loading IppSP libraies</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834375#M5817</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;DIV id="tiny_quote"&gt;
                &lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=334681" class="basic" href="https://community.intel.com/en-us/profile/334681/"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
                &lt;DIV style="border: 1px inset; padding: 5px; background-color: #e5e5e5; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;Please check first if these dlls are available in the your system paths.&lt;BR /&gt;&lt;DIV&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;&lt;/DIV&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;Hi Gennady,&lt;BR /&gt;&lt;BR /&gt;I have installed Intel IPP 7.0. All dlls are available on my machine.&lt;BR /&gt;The problem is not in my machine. My application compiles and runs fine on my machine.&lt;BR /&gt;But it fails and throw the above given error on other machines where 7.0 Intel IPP is not installed.&lt;BR /&gt;I think the exe contains the static link libraries and Iam copying the dlls mnetioned above to the application folder.&lt;BR /&gt;&lt;BR /&gt;I want to know whether any other dll or lib is needed to run this app successfully on others machine.&lt;BR /&gt;By the way my app is a service.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Manjula Reddy</description>
      <pubDate>Mon, 27 Dec 2010 09:06:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834375#M5817</guid>
      <dc:creator>Manjula_Reddy</dc:creator>
      <dc:date>2010-12-27T09:06:00Z</dc:date>
    </item>
    <item>
      <title>Error at loading IppSP libraies</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834376#M5818</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DLLs you listed are IPP cpu-specific libraries dispatchers. In order to run application you also need to provide those cpu-specific IPP DLLs (like ippsw7-7.0.dll, ippsv8-7.0.dll and so on)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Mon, 27 Dec 2010 10:09:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834376#M5818</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-12-27T10:09:31Z</dc:date>
    </item>
    <item>
      <title>Error at loading IppSP libraies</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834377#M5819</link>
      <description>Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;When I was using Intel IPP6.1 version I was using the following dlls:&lt;BR /&gt;ippcore-6.1.dll&lt;BR /&gt;ipps-6.1.dll&lt;BR /&gt;ippsc-6.1.dll&lt;BR /&gt;ippscpx-6.1.dll&lt;BR /&gt;ippspx-6.1.dll&lt;BR /&gt;ippsr-6.1.dll&lt;BR /&gt;ippsrpx-6.1.dll&lt;BR /&gt;libguide40.dll&lt;BR /&gt;There was no issue with these dlls on other machines also.&lt;BR /&gt;&lt;BR /&gt;Please let me know the exact dlls equivalent to the above 6.1 dlls. &lt;BR /&gt;FYI: Iam not using ippsr.lib in my new app(7.0 version). I was using ippsr.lib in my old app(6.1 version).&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manjula Reddy</description>
      <pubDate>Mon, 27 Dec 2010 10:59:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834377#M5819</guid>
      <dc:creator>Manjula_Reddy</dc:creator>
      <dc:date>2010-12-27T10:59:59Z</dc:date>
    </item>
    <item>
      <title>Error at loading IppSP libraies</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834378#M5820</link>
      <description>IPP is libraries of processor-specific optimized code. You need to provide approporiate cpu-specific libraries on your target system. As I can see you only used PX (generic C code) libraries from IPP, meaining you did not utilize SSE vector instructions at all. Do you have any specific reason for that approach? What is your target system? Please check capabilities of your target system and choose appropriate cpu-specific library from distribution. You may need to review IPP KB article &lt;A href="http://software.intel.com/en-us/articles/understanding-simd-optimization-layers-and-dispatching-in-the-intel-ipp-70-library/"&gt;Understanding SIMD Optimization Layers and Dispatching in the Intel IPP 7.0 Library for more details&lt;/A&gt;. Note, IPP 7.0 does not include PX libraries by default, they are available as a separate download package.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Mon, 27 Dec 2010 11:12:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834378#M5820</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-12-27T11:12:14Z</dc:date>
    </item>
    <item>
      <title>Error at loading IppSP libraies</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834379#M5821</link>
      <description>Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;I am using Windows XP Professional.Service Pack2.&lt;BR /&gt;Acer Incorporated Intel. Pentium4 CPU.2.66GHZ.&lt;BR /&gt;&lt;BR /&gt;My question is why am able to run my app with the 7.0 dlls on my machine and why not on other XP machines with same configuration. Is it because I installed Intel 7.0 on my machine and the required dlls are linked automatically.&lt;BR /&gt;&lt;BR /&gt;I used dependency walker to know which dlls are missed on the other machine. But am not able to make it out.&lt;BR /&gt;The other testing machine is also Windows XP.SP2. Please let me know exact list of dlls to be used. Please Help me out in this regard.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Manjula Reddy</description>
      <pubDate>Mon, 27 Dec 2010 11:54:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834379#M5821</guid>
      <dc:creator>Manjula_Reddy</dc:creator>
      <dc:date>2010-12-27T11:54:30Z</dc:date>
    </item>
    <item>
      <title>Error at loading IppSP libraies</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834380#M5822</link>
      <description>That would be much easier if you spend some time to review documentation I was reffering to.&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;The following table lists the SIMD architecture codes supported by version 7.0 of the Intel IPP library.&lt;/P&gt;&lt;TABLE width="700" cellpadding="0" cellspacing="0" border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="114"&gt;&lt;STRONG&gt;Platform&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="84"&gt;&lt;STRONG&gt;Architecture&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="238"&gt;&lt;STRONG&gt;SIMD Requirements&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="163"&gt;&lt;STRONG&gt;Processor / architecture&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="100"&gt;&lt;STRONG&gt;Notes&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;IA-32&lt;/TD&gt;&lt;TD&gt;w7&lt;/TD&gt;&lt;TD&gt;SSE2&lt;/TD&gt;&lt;TD&gt;P4, Xeon, Centrino&lt;/TD&gt;&lt;TD&gt;SSE2 default&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;v8&lt;/TD&gt;&lt;TD&gt;Supplemental SSE3&lt;/TD&gt;&lt;TD&gt;Core 2, Xeon 5100, Atom&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;s8&lt;/TD&gt;&lt;TD&gt;Supplemental SSE3 (&lt;A href="http://software.intel.com/en-us/articles/new-atom-support/"&gt;compiled for Atom&lt;/A&gt;)&lt;/TD&gt;&lt;TD&gt;Atom&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;p8&lt;/TD&gt;&lt;TD&gt;SSE4.1, SSE4.2 and AES-NI&lt;/TD&gt;&lt;TD&gt;Penryn, Nehalem, Westmere&lt;/TD&gt;&lt;TD&gt;see next section&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;g9&lt;/TD&gt;&lt;TD&gt;&lt;A href="http://www.intel.com/software/avx"&gt;AVX&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;Sandy Bridge architecture&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Intel 64 (EM64T)&lt;/TD&gt;&lt;TD&gt;m7&lt;/TD&gt;&lt;TD&gt;SSE3&lt;/TD&gt;&lt;TD&gt;Prescott&lt;/TD&gt;&lt;TD&gt;SSE3 default&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;u8&lt;/TD&gt;&lt;TD&gt;Supplemental SSE3&lt;/TD&gt;&lt;TD&gt;Core 2, Xeon 5100, Atom&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;n8&lt;/TD&gt;&lt;TD&gt;Supplemental SSE3 (&lt;A href="http://software.intel.com/en-us/articles/new-atom-support/"&gt;compiled for Atom&lt;/A&gt;)&lt;/TD&gt;&lt;TD&gt;Atom&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;y8&lt;/TD&gt;&lt;TD&gt;SSE4.1, SSE4.2, AES-NI&lt;/TD&gt;&lt;TD&gt;Penryn, Nehalem, Westmere&lt;/TD&gt;&lt;TD&gt;see next section&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;e9&lt;/TD&gt;&lt;TD&gt;&lt;A href="http://www.intel.com/software/avx"&gt;AVX&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;Sandy Bridge architecture&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;For non-Intel based processors support, pleaseread &lt;A target="_blank" href="http://software.intel.com/en-us/articles/use-ipp-on-amd-processor/"&gt;&lt;EM&gt;Use Intel IPP on Intel or Compatible AMD* Processors&lt;/EM&gt;&lt;/A&gt;.&lt;/P&gt;In your particular case, for Pentium4 based systems, you need to provide dispatcher DLL and Pentium4 specific DLL.&lt;BR /&gt;That is you need ippcore-7.0.dll (this library does not have cpu-specific counterpart libs), ipps-7.0.dll and ippsw7-7.0.dll (dispatcher and Pentium4 specific library),ippsc-7.0.dll and ippscw7-7.0.dll. If you want to take additional performance benefits from the latest processor generations you may also want toadd appropriate cpu-specific libraries (according the table). The IPP dispatcher will automatically detect your target processor at run time and load appropriate cpu specific library. If you do not provide appropriate library with your application dispatcher will look for compatible libraryfrom previous generations. For example, you can run application on Sandy Bridge systemand provide only w7 libraries (SSE2) by whatever reason you have. That will work but you will not use the latest architectural improvements.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Mon, 27 Dec 2010 12:04:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834380#M5822</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-12-27T12:04:25Z</dc:date>
    </item>
    <item>
      <title>Error at loading IppSP libraies</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834381#M5823</link>
      <description>&lt;P&gt;Hello Manjula,&lt;BR /&gt;&lt;BR /&gt;What Vladimir is trying to say is that the short list of DLL files you distributed with the old version of your application worked, but did not take advantage of the SSE acceleration that IPP provides. In your list above, quoted below,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;When I was using Intel IPP6.1 version I was using the following dlls:&lt;BR /&gt;ippcore-6.1.dll&lt;BR /&gt;ipps-6.1.dll&lt;BR /&gt;ippsc-6.1.dll&lt;BR /&gt;ippscpx-6.1.dll&lt;BR /&gt;ippspx-6.1.dll&lt;BR /&gt;ippsr-6.1.dll&lt;BR /&gt;ippsrpx-6.1.dll&lt;BR /&gt;libguide40.dll&lt;BR /&gt;There was no issue with these dlls on other machines also.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;You are providing just enough to run the IPP library an any processor, but without any of the optimizations needed to get the best performance from your processor. You need to distribute &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;all&lt;/EM&gt;&lt;/SPAN&gt; of the &lt;EM&gt;&lt;SPAN style="text-decoration: underline;"&gt;processor-specific variants&lt;/SPAN&gt;&lt;/EM&gt; of the library to insure you get maximum performance on any given machine. &lt;BR /&gt;&lt;BR /&gt;What you should have been distributing with your old application that is using the 6.1 version of the library follows:&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;ippcore-6.1.dll&lt;BR /&gt;libiomp5md.dll&lt;BR /&gt;&lt;BR /&gt;ipps-6.1.dll&lt;BR /&gt;ippspx-6.1.dll&lt;BR /&gt;ippsp8-6.1.dll&lt;BR /&gt;ippss8-6.1.dll&lt;BR /&gt;ippst7-6.1.dll&lt;BR /&gt;ippsv8-6.1.dll&lt;BR /&gt;ippsw7-6.1.dll&lt;BR /&gt;&lt;BR /&gt;ippsc-6.1.dll&lt;BR /&gt;ippscpx-6.1.dll&lt;BR /&gt;ippscp8-6.1.dll&lt;BR /&gt;ippscs8-6.1.dll&lt;BR /&gt;ippsct7-6.1.dll&lt;BR /&gt;ippscv8-6.1.dll&lt;BR /&gt;ippscw7-6.1.dll&lt;BR /&gt;&lt;BR /&gt;ippsr-6.1.dll&lt;BR /&gt;ippsrpx-6.1.dll&lt;BR /&gt;ippsrp8-6.1.dll&lt;BR /&gt;ippsrs8-6.1.dll&lt;BR /&gt;ippsrt7-6.1.dll&lt;BR /&gt;ippsrv8-6.1.dll&lt;BR /&gt;ippsrw7-6.1.dll&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I've grouped them so they make more sense. The first group are some "overhead" or "core" components. The other three groups represent the SP library domain, the SC library domain and the SR library domain. Within each of the last three groups (domains) are the PX, P8, S8, T7, V8, and W7 library optimizations. Each optimization component within a library domain give optimimum performance for a specific processor architecture (see Vladimir's table from a prior post). If you exclude the optimizations within each library domain your application requires you are not allowing your application to take full advantage of the IPP library.&lt;BR /&gt;&lt;BR /&gt;In version 7.0 of the IPP library, the optimization levels were changed and the SR domain was removed. Therefore, based on your list above, you should be distributing the following DLL files with your 7.0 based application:&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;ippcore-7.0.dll&lt;BR /&gt;libiomp5md.dll&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;ipps-7.0.dll&lt;BR /&gt;ippsg9-7.0.dll&lt;BR /&gt;ippsp8-7.0.dll&lt;BR /&gt;ippss8-7.0.dll&lt;BR /&gt;ippsv8-7.0.dll&lt;BR /&gt;ippsw7-7.0.dll&lt;BR /&gt;&lt;BR /&gt;ippsc-7.0.dll&lt;BR /&gt;ippscg9-7.0.dll&lt;BR /&gt;ippscp8-7.0.dll&lt;BR /&gt;ippscs8-7.0.dll&lt;BR /&gt;ippscv8-7.0.dll&lt;BR /&gt;ippscw7-7.0.dll&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Same reasoning as abovefor the 6.1 library, just a slightly different list of processor optimizations due to changes from 6.1 to 7.0.&lt;BR /&gt;&lt;BR /&gt;Paul&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Dec 2010 00:12:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834381#M5823</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2010-12-28T00:12:36Z</dc:date>
    </item>
    <item>
      <title>Error at loading IppSP libraies</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834382#M5824</link>
      <description>Hi Paul and Vladimir,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for all your help and explanation.&lt;BR /&gt;Actually I have no knowledge regarding processor specific variants and how to indentify their respective dlls from the list, So I could not take a deceison on choosing the dlls.Now I got some idea reading your postand I have followed your suggestion and my issue got resolved.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks once again for all your help,&lt;BR /&gt;Manjula Reddy</description>
      <pubDate>Tue, 28 Dec 2010 05:25:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-at-loading-IppSP-libraies/m-p/834382#M5824</guid>
      <dc:creator>Manjula_Reddy</dc:creator>
      <dc:date>2010-12-28T05:25:41Z</dc:date>
    </item>
  </channel>
</rss>

