<?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: To get IPP documentation example working in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/To-get-IPP-documentation-example-working/m-p/871444#M8979</link>
    <description>&lt;DIV style="margin:0px;"&gt;Thank you. That's one works correct.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Regards,&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Artem&lt;/DIV&gt;</description>
    <pubDate>Tue, 14 Oct 2008 09:15:41 GMT</pubDate>
    <dc:creator>Artem_Y_Intel</dc:creator>
    <dc:date>2008-10-14T09:15:41Z</dc:date>
    <item>
      <title>To get IPP documentation example working</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/To-get-IPP-documentation-example-working/m-p/871442#M8977</link>
      <description>&lt;DIV style="height: auto;"&gt;
&lt;P&gt;Hi, All.&lt;/P&gt;
&lt;P&gt;I try to get IPP documentation Wiener filtering example working.&lt;/P&gt;
&lt;PRE&gt;Ipp32f pSrc[256*256];&lt;/PRE&gt;
&lt;PRE&gt;Ipp32f pDst[256*256];&lt;/PRE&gt;
&lt;PRE&gt;int srcStep = 256*sizeof(Ipp32f);&lt;/PRE&gt;
&lt;PRE&gt;int dstStep = 256*sizeof(Ipp32f);&lt;/PRE&gt;
&lt;PRE&gt;IppiSize roiSize = {256, 256};&lt;/PRE&gt;
&lt;PRE&gt;IppiSize dstRoiSize = {256, 256};&lt;/PRE&gt;
&lt;PRE&gt;IppiSize maskSize = {3, 3};&lt;/PRE&gt;
&lt;PRE&gt;int pBufferSize;&lt;/PRE&gt;
&lt;PRE&gt;int channels = 1;&lt;/PRE&gt;
&lt;PRE&gt;unsigned int pSeed = 3;&lt;/PRE&gt;
&lt;PRE&gt;IppiPoint anchor = {1, 1};&lt;/PRE&gt;
&lt;PRE&gt;Ipp32f noise[1] = {0.5};&lt;/PRE&gt;
&lt;PRE&gt;ippiImageJaehne_32f_C1R(pSrc, srcStep, roiSize); // source image&lt;/PRE&gt;
&lt;PRE&gt;//source image + RandUniform noise&lt;/PRE&gt;
&lt;PRE&gt;ippiAddRandUniform_Direct_32f_C1IR(pSrc, srcStep, roiSize, 0, 1, &amp;amp;pSeed);&lt;/PRE&gt;
&lt;PRE&gt;ippiFilterWienerGetBufferSize( dstRoiSize, maskSize, channels, &amp;amp;pBufferSize);&lt;/PRE&gt;
&lt;PRE&gt;Ipp8u* pBuffer = ippsMalloc_8u(pBufferSize);&lt;/PRE&gt;
&lt;PRE&gt;ippiFilterWiener_32f_C1R( pSrc, srcStep, pDst, dstStep, dstRoiSize, maskSize, anchor, noise, pBuffer);&lt;/PRE&gt;
&lt;PRE&gt;ippsFree(pBuffer);&lt;/PRE&gt;
&lt;PRE&gt;&lt;/PRE&gt;
&lt;PRE&gt;After executing this code under Linux on Intel Xeon CPU &lt;STRONG&gt;L5408&lt;/STRONG&gt; @ 2.13GHz , IPP ver. &lt;STRONG&gt;6.0.0.045&lt;/STRONG&gt; pDst buffer contains &lt;STRONG&gt;NAN&lt;/STRONG&gt; values.&lt;/PRE&gt;
&lt;PRE&gt;Is there anything I am doing wrong? Any help would be appreciated.&lt;/PRE&gt;
&lt;PRE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;/PRE&gt;
&lt;PRE&gt;Regards,&lt;/PRE&gt;
&lt;PRE&gt;Artem&lt;/PRE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Oct 2008 05:57:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/To-get-IPP-documentation-example-working/m-p/871442#M8977</guid>
      <dc:creator>Artem_Y_Intel</dc:creator>
      <dc:date>2008-10-08T05:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: To get IPP documentation example working</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/To-get-IPP-documentation-example-working/m-p/871443#M8978</link>
      <description>&lt;DIV style="margin:0px;"&gt;Try this one, we will change the example code in manual for next release.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Thanks,&lt;BR /&gt;Ying&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;#include&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #a31515; font-family: " courier="" new=""&gt;"stdio.h"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;#include&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #a31515; font-family: " courier="" new=""&gt;"ipp.h"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;int&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; main()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; IppStatus stat = ippStsNoErr;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;int&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; length = 256*256;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; Ipp32f pSrc[256*256];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; Ipp32f *pSrcW;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; Ipp32f pDst[256*256];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;int&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; srcStep = 256*&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;sizeof&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt;(Ipp32f);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;int&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; dstStep = 256*&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;sizeof&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt;(Ipp32f);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; IppiSize roiSize = {256, 256};&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; IppiSize maskSize = {3, 3};&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; IppiSize dstRoiSize = {256-maskSize.width, 256-maskSize.height};&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;int&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; pBufferSize;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;int&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; channels = 1;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;unsigned&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;int&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; pSeed = 3;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; IppiPoint anchor = {1, 1};&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; Ipp32f noise[1] = {0.0};&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; Ipp8u* pBuffer;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; stat = ippiImageJaehne_32f_C1R(pSrc, srcStep, roiSize);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt;( stat != ippStsNoErr ){&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; printf (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #a31515; font-family: " courier="" new=""&gt;" ERROR !!! n"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;return&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; 1;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; }&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; stat = ippiFilterWienerGetBufferSize( dstRoiSize, maskSize, channels, &amp;amp;pBufferSize);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt;( stat != ippStsNoErr ){&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; printf (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #a31515; font-family: " courier="" new=""&gt;" ERROR !!! n"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;return&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; 1;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; }&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; stat = ippsSet_32f( 1.0, pDst, length );&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; pBuffer = ippsMalloc_8u(pBufferSize);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; pSrcW = (Ipp32f*)((Ipp8u*)pSrc + (maskSize.height - 1 - anchor.y ) * srcStep + (maskSize.width - 1 - anchor.x ) * &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;sizeof&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt;(Ipp32f) );&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; stat = ippiFilterWiener_32f_C1R( pSrcW, srcStep, pDst, dstStep, dstRoiSize, maskSize, anchor, noise, pBuffer);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt;( stat != ippStsNoErr ){&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; printf (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #a31515; font-family: " courier="" new=""&gt;" ERROR !!! n"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;return&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; 1;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; }&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; ippsFree(pBuffer);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: blue; font-family: " courier="" new=""&gt;return&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt; 0;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: windowtext; font-family: " courier="" new=""&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: green; font-family: " courier="" new=""&gt;// __main__&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Oct 2008 06:23:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/To-get-IPP-documentation-example-working/m-p/871443#M8978</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2008-10-10T06:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: To get IPP documentation example working</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/To-get-IPP-documentation-example-working/m-p/871444#M8979</link>
      <description>&lt;DIV style="margin:0px;"&gt;Thank you. That's one works correct.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Regards,&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Artem&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Oct 2008 09:15:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/To-get-IPP-documentation-example-working/m-p/871444#M8979</guid>
      <dc:creator>Artem_Y_Intel</dc:creator>
      <dc:date>2008-10-14T09:15:41Z</dc:date>
    </item>
  </channel>
</rss>

