<?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 Re: Help with Merged Static Lib in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Help-with-Merged-Static-Lib/m-p/963311#M19853</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;you caninsert preprocessor directiveslike this:&lt;BR /&gt;#define PX&lt;BR /&gt;#define A6&lt;BR /&gt;#define W7&lt;BR /&gt;at the top of ippmerged.c file.&lt;/P&gt;
&lt;P&gt;Tell me if it does not work for you, I'll prepare simple MSVC project to show how it work.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 16 Apr 2004 02:34:58 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2004-04-16T02:34:58Z</dc:date>
    <item>
      <title>Help with Merged Static Lib</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Help-with-Merged-Static-Lib/m-p/963308#M19850</link>
      <description>&lt;DIV&gt;I need help please with building a merged static library for my application. I followed the outline in the "mergedlib" folder instructions but when I compile the ippmerged.c code it generates a fatalerror here:&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;#if !defined (PX) &amp;amp;&amp;amp; !defined (M6) &amp;amp;&amp;amp; !defined (A6) &amp;amp;&amp;amp; !defined (W7)&lt;BR /&gt; #error Are not defined the CPUs, following are allowed: PX, M6, A6, W7&lt;BR /&gt;#endif&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Apparently I need a define stmt for PX et al? But what?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Assistance is greatly appreciated in advance.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Apr 2004 20:43:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Help-with-Merged-Static-Lib/m-p/963308#M19850</guid>
      <dc:creator>barehill</dc:creator>
      <dc:date>2004-04-14T20:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Merged Static Lib</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Help-with-Merged-Static-Lib/m-p/963309#M19851</link>
      <description>&lt;P&gt;You need define all or some of these symbols. I mean PX, A6, W7. If you want to have in your merged library code optimized for all processors you need to define all these symbols. If you want have support only one particular processor you need to define only one symbol, which assigned to this processor.&lt;/P&gt;
&lt;P&gt;Rgeards,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Apr 2004 02:37:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Help-with-Merged-Static-Lib/m-p/963309#M19851</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-04-15T02:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Merged Static Lib</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Help-with-Merged-Static-Lib/m-p/963310#M19852</link>
      <description>&lt;P&gt;Vladimir,&lt;/P&gt;
&lt;P&gt;Thnx for the response. I see from the error message thatI need to define symbols for the processors but can you give me an example of what that statement would look like? I don't get it yet.&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Apr 2004 23:18:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Help-with-Merged-Static-Lib/m-p/963310#M19852</guid>
      <dc:creator>barehill</dc:creator>
      <dc:date>2004-04-15T23:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Merged Static Lib</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Help-with-Merged-Static-Lib/m-p/963311#M19853</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;you caninsert preprocessor directiveslike this:&lt;BR /&gt;#define PX&lt;BR /&gt;#define A6&lt;BR /&gt;#define W7&lt;BR /&gt;at the top of ippmerged.c file.&lt;/P&gt;
&lt;P&gt;Tell me if it does not work for you, I'll prepare simple MSVC project to show how it work.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 16 Apr 2004 02:34:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Help-with-Merged-Static-Lib/m-p/963311#M19853</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-04-16T02:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Merged Static Lib</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Help-with-Merged-Static-Lib/m-p/963312#M19854</link>
      <description>&lt;P&gt;Vladimir,&lt;/P&gt;
&lt;P&gt;Thanks for the assistance and yes that did the trick! The Merged Static LIbrary really compacted the code and will help a great deal with deployment. &lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 16 Apr 2004 20:43:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Help-with-Merged-Static-Lib/m-p/963312#M19854</guid>
      <dc:creator>barehill</dc:creator>
      <dc:date>2004-04-16T20:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Merged Static Lib</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Help-with-Merged-Static-Lib/m-p/963313#M19855</link>
      <description>&lt;P&gt;Hi Rick,&lt;/P&gt;
&lt;P&gt;I'm glad that it helps you.&lt;/P&gt;
&lt;P&gt;By the way, we are really interested in our customers feedback. Moreover, it allows us to make the productbetter. So,in caseyouhave any comments about the IPP itwould be very useful to share them with us. The main point of interest, I think, may include:&lt;BR /&gt;-in which area you areusing IPP(something like signal processing, image processing, multimedia)&lt;BR /&gt;-how do you feel about it. Does it cover you needs, does it has enough functionality, performance and so on&lt;BR /&gt;-which issues do you face with IPP, what should be improved&lt;/P&gt;
&lt;DIV&gt;Regards,&lt;BR /&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Fri, 16 Apr 2004 21:44:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Help-with-Merged-Static-Lib/m-p/963313#M19855</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-04-16T21:44:07Z</dc:date>
    </item>
  </channel>
</rss>

