<?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: ippCoreGetCpuClocks()on PXA 270 in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989465#M22106</link>
    <description>&lt;DIV&gt;Yes, you can use IPP for IXP 4xx on PCA270, but important notice there that IPP for IXP 4xx does not contain WMMX optimization because IXP processors do not have WMMX instruction set.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
    <pubDate>Wed, 08 Jun 2005 00:24:38 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2005-06-08T00:24:38Z</dc:date>
    <item>
      <title>ippCoreGetCpuClocks()on PXA 270</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989462#M22103</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I trying out the Eval version of the IPP for wmmx (PXA 270). I can not find the Core functions for example the ippCoreGetCpuClocks().&lt;BR /&gt;&lt;BR /&gt;Do they exist? If yes please tell me how I can include them in my project.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance</description>
      <pubDate>Tue, 07 Jun 2005 16:58:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989462#M22103</guid>
      <dc:creator>pdaman</dc:creator>
      <dc:date>2005-06-07T16:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: ippCoreGetCpuClocks()on PXA 270</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989463#M22104</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;unfortunately IPP for PCA does not contain this function. You can download IPP v5.0 beta for IXP4xx processors, where such function implemented in ippcore library. Please visit &lt;A href="http://www.intel.com/software/products/ipp/beta/" target="_blank"&gt;http://www.intel.com/software/products/ipp/beta/&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt;Vladimir&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Jun 2005 18:38:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989463#M22104</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-06-07T18:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: ippCoreGetCpuClocks()on PXA 270</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989464#M22105</link>
      <description>Hi,&lt;BR /&gt;thanks for your quick answer. Can I download the IXP4xx 5.0 Beta and use it with my PXA 270 Application? If not is there any other way to achieve clock measurement on the PXA 270.&lt;BR /&gt;&lt;BR /&gt;Thanks again for the quick help</description>
      <pubDate>Tue, 07 Jun 2005 19:36:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989464#M22105</guid>
      <dc:creator>pdaman</dc:creator>
      <dc:date>2005-06-07T19:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: ippCoreGetCpuClocks()on PXA 270</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989465#M22106</link>
      <description>&lt;DIV&gt;Yes, you can use IPP for IXP 4xx on PCA270, but important notice there that IPP for IXP 4xx does not contain WMMX optimization because IXP processors do not have WMMX instruction set.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Jun 2005 00:24:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989465#M22106</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-06-08T00:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: ippCoreGetCpuClocks()on PXA 270</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989466#M22107</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;yes that works. I just linked the miscSP_WMMX50BPPC.lib to my program and included the ippcore.h file.&lt;BR /&gt;&lt;BR /&gt;But now we have a new problem.&lt;BR /&gt;After evaluating the IPP vector functions we made the following observation. We compared the function&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;long src[324],dest[324];&lt;BR /&gt;&lt;BR /&gt;ippsMul_32s( src, src, dest, 324);&lt;BR /&gt;&lt;BR /&gt;to the equivalent c code&lt;BR /&gt;&lt;BR /&gt;for(i=0;i&amp;lt;324;i++)&lt;BR /&gt;    dest&lt;I&gt;=src&lt;I&gt;*src&lt;I&gt;;&lt;BR /&gt;&lt;BR /&gt;In EVC++ with debug enabled the IPP function is faster, but in the release version with optimizations enabled the standard c code is faster. Can you agree with these results. Why is WMMX not helping in the release version. Is optimized C code better than IPP on the PXA 270 or is there a difference in the C code and the ippsMul_32s functions.&lt;BR /&gt;&lt;BR /&gt;CPU PXA272 416MHZ&lt;BR /&gt;IPP 5.0 Beta (similar results with 4.1)&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;</description>
      <pubDate>Wed, 08 Jun 2005 15:20:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989466#M22107</guid>
      <dc:creator>pdaman</dc:creator>
      <dc:date>2005-06-08T15:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: ippCoreGetCpuClocks()on PXA 270</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989467#M22108</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;one of possible reasons can be not enough optmization in this particular function. It is better to submit this issue to premier.intel.com, where we can analize and track progress in this issue.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Jun 2005 16:49:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989467#M22108</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-06-08T16:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: ippCoreGetCpuClocks()on PXA 270</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989468#M22109</link>
      <description>Well Now i come to know ipp5.3 for IXP4xx do not support functions I m looking for. &lt;BR /&gt;I want to download ipp5.0 beta for &lt;B&gt;IXP4xx for linux &lt;/B&gt;but the link &lt;A href="http://www.intel.com/software/products/ipp/beta/" target="_blank"&gt;http://www.intel.com/software/products/ipp/beta/&lt;/A&gt; have been updated for ipp 6.0 beta than 5.0. So now how can I download ipp5.0 beta for &lt;B&gt;IXP4xx for linux.&lt;BR /&gt;&lt;/B&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;</description>
      <pubDate>Tue, 27 May 2008 18:22:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989468#M22109</guid>
      <dc:creator>junaidfcs</dc:creator>
      <dc:date>2008-05-27T18:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: ippCoreGetCpuClocks()on PXA 270</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989469#M22110</link>
      <description>&lt;P&gt;I'm affraid that IPP 5.0 beta (released at June 2005) is no more available. Moreover, starting from IPP 6.0 beta we will no more release IPP for IXP architecture. Instead we add support for new Intel Atom processor.&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2008 18:54:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989469#M22110</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-05-27T18:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: ippCoreGetCpuClocks()on PXA 270</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989470#M22111</link>
      <description>&lt;P&gt;oh no but I really need ippCoreGetCpuClocks function etc. ipp 5.1 or 5.2 also do not have these functions???&lt;/P&gt;
&lt;P&gt;Can you please tell me some other resouce from where I can download....&lt;/P&gt;
&lt;P&gt;please help :(&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2008 19:01:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippCoreGetCpuClocks-on-PXA-270/m-p/989470#M22111</guid>
      <dc:creator>junaidfcs</dc:creator>
      <dc:date>2008-05-27T19:01:50Z</dc:date>
    </item>
  </channel>
</rss>

