<?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: Performance (i)FFT on PXA270 in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-i-FFT-on-PXA270/m-p/925502#M16149</link>
    <description>Ok, that answer helps!&lt;BR /&gt;&lt;BR /&gt;So I need to download the w_ipp_pca_wmmx_pu_5.0.012.exe instead of the w_ipp_ixp_p_5.1.017.exe&lt;BR /&gt;&lt;BR /&gt;However where do I get the w_ipp_pca_wmmx_pu_5.0.012.exe? When I follow the page on the intel site I get only de first four of the five in the list...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;w_ipp_ia32_p_5.1.017.exe&lt;BR /&gt;&lt;BR /&gt;w_ipp_itanium_p_5.1.017.exe&lt;BR /&gt;&lt;BR /&gt;w_ipp_em64t_p_5.1.017.exe&lt;BR /&gt;&lt;BR /&gt;w_ipp_ixp_p_5.1.017.exe&lt;BR /&gt;&lt;BR /&gt;w_ipp_pca_wmmx_pu_5.0.012.exe&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;...........?&lt;P&gt;Message Edited by ja9 on &lt;SPAN class="date_text"&gt;05-29-2006&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;04:55 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 29 May 2006 18:54:24 GMT</pubDate>
    <dc:creator>ja9</dc:creator>
    <dc:date>2006-05-29T18:54:24Z</dc:date>
    <item>
      <title>Performance (i)FFT on PXA270</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-i-FFT-on-PXA270/m-p/925499#M16146</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hello,&lt;/DIV&gt;&lt;DIV&gt;I want to improve the performance of a caculation with a lot of 4k ffts and iffts on the PXA270 with Window CE 5.0&lt;/DIV&gt;&lt;DIV&gt;.&lt;/DIV&gt;&lt;DIV&gt;My own written (i)fft is an inplace normalized function written in C that works on 32bit integer complex data (one array for real and one for imaginair part) that has been tuned for an ARM7 core.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Now I am trying to use the intel ippsFFTFwd_CToC_32s_ISfs and ippsFFTInv_CToC_32s_ISfs, with an extern pBuffer, noscaling and after the following initialisation:&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;ippsFFTInitAlloc_C_32s( &amp;amp;pFFTStruc12Fwd, 12, IPP_FFT_DIV_FWD_BY_N, ippAlgHintFast );&lt;BR /&gt;ippsFFTInitAlloc_C_32s( &amp;amp;pFFTStruc12Inv, 12, IPP_FFT_DIV_INV_BY_N, ippAlgHintFast );&lt;BR /&gt;ippsFFTGetBufSize_C_32s(pFFTStruc12NoNorm, &amp;amp;sizeBuf);&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;pBuffer = (Ipp8u*)malloc( sizeBuf);&lt;/FONT&gt;&lt;/DIV&gt;&lt;FONT size="2"&gt;&lt;P&gt;I am using the ippcorel.lib and ippss2l.lib linked static. I should think the library tuned for MMX instruction of the PXAwouldbe (much) faster than my ownwritten routine. However it'salmost equal or even a little bit slower.&lt;/P&gt;&lt;P&gt;Does anyone has a hintof what Imight do wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 22 May 2006 17:34:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-i-FFT-on-PXA270/m-p/925499#M16146</guid>
      <dc:creator>ja9</dc:creator>
      <dc:date>2006-05-22T17:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Performance (i)FFT on PXA270</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-i-FFT-on-PXA270/m-p/925500#M16147</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I found the following in the intel site:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;B&gt;&lt;SPAN&gt;Signal Processing:&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN&gt; Includes signal processing features for the following: &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;IMG alt="*" src="http://softwareforums.intel.com/ids/board/PicExportError" width="7" height="7" /&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Digital Filtering&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Fourier Transformation&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Windowing&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Emphasis&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Vector Statistics&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Equalization&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Signal Generation&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;B&gt;&lt;SPAN&gt;Note:&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN&gt; Not available on Intel PCA Processors&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Does the remark "Not available on Intel PCA Processor" mean that the (I)FFT in the library ippss2l.lib of theipx package is not optimised for the IPX and PXA27x processors?&lt;/DIV&gt;&lt;DIV&gt;Is that the reason that the performance is dissapoints me?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2006 15:01:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-i-FFT-on-PXA270/m-p/925500#M16147</guid>
      <dc:creator>ja9</dc:creator>
      <dc:date>2006-05-24T15:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Performance (i)FFT on PXA270</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-i-FFT-on-PXA270/m-p/925501#M16148</link>
      <description>&lt;DIV&gt;
&lt;P class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; mso-bidi-font-family: Arial"&gt;Dear Customer,&lt;BR /&gt;The Intel IPP Signal Processing Functions are also supported for PXA27x processor, there was an errot statement info at our web site and we are working on the web content fix. We apologized for this inconvenience.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; mso-bidi-font-family: Arial"&gt;What you can do is to get the IPP 5.0 for PXA27x, ( although we support Microsoft Windows Mobile, it might work on Window CE 5.0).&lt;BR /&gt;&lt;BR /&gt;Thecurrent versionis IPP 5.1.But for the package ofPXA27x, it remained 5.0.I attach the release notes of this package for your reference.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;Thanks,&lt;BR /&gt;Ying S&lt;BR /&gt;Intel Corp.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2006 23:59:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-i-FFT-on-PXA270/m-p/925501#M16148</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2006-05-24T23:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Performance (i)FFT on PXA270</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-i-FFT-on-PXA270/m-p/925502#M16149</link>
      <description>Ok, that answer helps!&lt;BR /&gt;&lt;BR /&gt;So I need to download the w_ipp_pca_wmmx_pu_5.0.012.exe instead of the w_ipp_ixp_p_5.1.017.exe&lt;BR /&gt;&lt;BR /&gt;However where do I get the w_ipp_pca_wmmx_pu_5.0.012.exe? When I follow the page on the intel site I get only de first four of the five in the list...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;w_ipp_ia32_p_5.1.017.exe&lt;BR /&gt;&lt;BR /&gt;w_ipp_itanium_p_5.1.017.exe&lt;BR /&gt;&lt;BR /&gt;w_ipp_em64t_p_5.1.017.exe&lt;BR /&gt;&lt;BR /&gt;w_ipp_ixp_p_5.1.017.exe&lt;BR /&gt;&lt;BR /&gt;w_ipp_pca_wmmx_pu_5.0.012.exe&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;...........?&lt;P&gt;Message Edited by ja9 on &lt;SPAN class="date_text"&gt;05-29-2006&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;04:55 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2006 18:54:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-i-FFT-on-PXA270/m-p/925502#M16149</guid>
      <dc:creator>ja9</dc:creator>
      <dc:date>2006-05-29T18:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Performance (i)FFT on PXA270</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-i-FFT-on-PXA270/m-p/925503#M16150</link>
      <description>Thanks again for the tip I found the w_ipp_pca_wmmx_pu_5.0.012.exe in the Intel Premier Support.&lt;P&gt;Message Edited by ja9 on &lt;SPAN class="date_text"&gt;05-29-2006&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;09:55 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2006 23:55:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-i-FFT-on-PXA270/m-p/925503#M16150</guid>
      <dc:creator>ja9</dc:creator>
      <dc:date>2006-05-29T23:55:15Z</dc:date>
    </item>
  </channel>
</rss>

