<?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: Single Processor Static Linkage in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Single-Processor-Static-Linkage/m-p/901830#M12885</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Yes, this is correct. ippCpuDS is V8 library (Intel Core Duo processor or Intel Core Solo processor), ippCpuX8664 as it seen from definitiona in ippdefs.h is for M7.&lt;/P&gt;
&lt;P&gt;Currently ippCpuNext will dispatch V8 libray.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
    <pubDate>Mon, 27 Nov 2006 15:08:52 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2006-11-27T15:08:52Z</dc:date>
    <item>
      <title>Single Processor Static Linkage</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Single-Processor-Static-Linkage/m-p/901827#M12882</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I would like to make dlls from my code but without dispatching. So I want to make dlls for all kind of processor. My goal is to determine a computer's cpu type from my client program and download only the one cpu specific dll. I can determine the CPU type with &lt;FONT size="2"&gt;&lt;FONT size="3"&gt;&lt;FONT face="Courier New"&gt;ippGetCpuType&lt;/FONT&gt; but I don't know which type belongs to which abbreviation. I found this about abbreviations:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE cellspacing="0" cellpadding="4"&gt;

&lt;TBODY&gt;&lt;TR&gt;
&lt;TD align="middle"&gt;
&lt;P class="code"&gt;px&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Generic C optimized code&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD align="middle"&gt;
&lt;P class="code"&gt;a6&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Intel Pentium III processor code with SSE optimization&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD align="middle"&gt;
&lt;P class="code"&gt;w7&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Intel Pentium 4 processor code with SSE2 optimization&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD align="middle"&gt;
&lt;P class="code"&gt;t7&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Intel Pentium 4 processor code with SSE3 optimization&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD align="middle"&gt;
&lt;P class="code"&gt;m7&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Intel Pentium D processors&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD align="middle"&gt;
&lt;P class="code"&gt;m7&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Intel Xeon processor with Intel EM64T optimization&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD align="middle"&gt;
&lt;P class="code"&gt;i7&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Intel Itanium processor and Itanium 2 processor optimization&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD align="middle"&gt;
&lt;P class="code"&gt;s2&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Intel IXP4XX Product Line of Network Processor optimization&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;And the return values can be the following:&lt;/P&gt;
&lt;P align="left"&gt;ippCpuPP Intel&lt;FONT&gt;R &lt;/FONT&gt;Pentium&lt;FONT&gt;R &lt;/FONT&gt;processor&lt;BR /&gt;ippCpuPMX Intel&lt;FONT&gt;R &lt;/FONT&gt;Pentium&lt;FONT&gt;R &lt;/FONT&gt;processor with MMX&lt;FONT&gt; &lt;/FONT&gt;technology&lt;BR /&gt;ippCpuPPR Intel&lt;FONT&gt;R &lt;/FONT&gt;Pentium&lt;FONT&gt;R &lt;/FONT&gt;Pro processor&lt;BR /&gt;ippCpuPII Intel&lt;FONT&gt;R &lt;/FONT&gt;Pentium&lt;FONT&gt;R &lt;/FONT&gt;II processor&lt;BR /&gt;ippCpuPIII Intel&lt;FONT&gt;R &lt;/FONT&gt;Pentium&lt;FONT&gt;R &lt;/FONT&gt;III processor or Intel&lt;FONT&gt;R &lt;/FONT&gt;Pentium&lt;FONT&gt;R &lt;/FONT&gt;III Xeon&lt;FONT&gt;R&lt;BR /&gt;&lt;/FONT&gt;processor&lt;BR /&gt;ippCpuP4 Intel&lt;FONT&gt;R &lt;/FONT&gt;Pentium&lt;FONT&gt;R&lt;/FONT&gt;4 processor or Intel&lt;FONT&gt;R &lt;/FONT&gt;Xeon&lt;FONT&gt;R &lt;/FONT&gt;processor&lt;BR /&gt;ippCpuP4HT Intel Pentium 4 processor with Hyper-Threading Technology&lt;BR /&gt;ippCpuP4HT2 Intel Pentium 4 Processor with Streaming SIMD Extensions 3&lt;BR /&gt;ippCpuCentrino Intel&lt;FONT&gt;R &lt;/FONT&gt;CentrinoTM mobile technology&lt;BR /&gt;ippCpuITP Intel&lt;FONT&gt;R &lt;/FONT&gt;Itanium&lt;FONT&gt;R &lt;/FONT&gt;processor&lt;BR /&gt;ippCpuITP2 Intel&lt;FONT&gt;R &lt;/FONT&gt;Itanium&lt;FONT&gt;R &lt;/FONT&gt;2 processor&lt;BR /&gt;ippCpuEM64T IA-32 processor with Intel&lt;FONT&gt;R &lt;/FONT&gt;Extended Memory 64 Technology&lt;BR /&gt;ippCpuSSE Processor supports Intel Pentium III processor instruction set&lt;BR /&gt;ippCpuSSE2 Processor with Streaming SIMD Extensions 2 instruction set&lt;BR /&gt;ippCpuSSE3 Processor with Streaming SIMD Extensions 3 instruction set&lt;BR /&gt;ippCpuX8664 Processor supports 64 bit extension&lt;BR /&gt;ippCpuUnknown Unknown processor&lt;BR /&gt;&lt;/P&gt;
&lt;P align="left"&gt;Please help to match the abbreviatons with the return values. Thanks in advance:&lt;/P&gt;
&lt;P align="left"&gt;Bendeguy&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2006 00:20:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Single-Processor-Static-Linkage/m-p/901827#M12882</guid>
      <dc:creator>bendeguy</dc:creator>
      <dc:date>2006-11-08T00:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Single Processor Static Linkage</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Single-Processor-Static-Linkage/m-p/901828#M12883</link>
      <description>&lt;P&gt;Hi, you can use table like this for IA32&lt;/P&gt;
&lt;P&gt;
&lt;TABLE style="WIDTH: 298pt; BORDER-COLLAPSE: collapse" cellspacing="0" cellpadding="0"&gt;






&lt;TBODY&gt;&lt;TR style="HEIGHT: 12.75pt"&gt;
&lt;TD class="xl24" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext 0.5pt solid; BORDER-LEFT: windowtext 0.5pt solid; WIDTH: 80pt; BORDER-BOTTOM: windowtext 0.5pt solid; HEIGHT: 12.75pt; BACKGROUND-COLOR: yellow"&gt;&lt;FONT face="Arial" size="2"&gt;PX&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl24" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext 0.5pt solid; BORDER-LEFT: windowtext; WIDTH: 72pt; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: yellow"&gt;&lt;FONT face="Arial" size="2"&gt;A6&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl24" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext 0.5pt solid; BORDER-LEFT: windowtext; WIDTH: 70pt; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: yellow"&gt;&lt;FONT face="Arial" size="2"&gt;W7&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl24" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext 0.5pt solid; BORDER-LEFT: windowtext; WIDTH: 76pt; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: yellow"&gt;&lt;FONT face="Arial" size="2"&gt;T7&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 12.75pt"&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext 0.5pt solid; BORDER-BOTTOM: windowtext 0.5pt solid; HEIGHT: 12.75pt; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;ippCpuUnknown&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;ippCpuPIII&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;ippCpuP4&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;ippCpuP4HT2&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 12.75pt"&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext 0.5pt solid; BORDER-BOTTOM: windowtext 0.5pt solid; HEIGHT: 12.75pt; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;ippCpuPP&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;ippCpuSSE&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;ippCpuP4HT&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;ippCpuSSE3&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 12.75pt"&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext 0.5pt solid; BORDER-BOTTOM: windowtext 0.5pt solid; HEIGHT: 12.75pt; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;ippCpuPMX&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: wind
owtext; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;ippCpuCentrino&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 12.75pt"&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext 0.5pt solid; BORDER-BOTTOM: windowtext 0.5pt solid; HEIGHT: 12.75pt; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;ippCpuPPR&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;ippCpuSSE2&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 12.75pt"&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext 0.5pt solid; BORDER-BOTTOM: windowtext 0.5pt solid; HEIGHT: 12.75pt; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;ippCpuPII&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="xl25" style="BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext; BORDER-LEFT: windowtext; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2006 01:07:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Single-Processor-Static-Linkage/m-p/901828#M12883</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-11-17T01:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Single Processor Static Linkage</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Single-Processor-Static-Linkage/m-p/901829#M12884</link>
      <description>&lt;P&gt;Hi Vladimir!&lt;/P&gt;
&lt;P&gt;Thanks for your help. Can you help me to match the other the other 6 type with the abbreviations?&lt;/P&gt;
&lt;P&gt;I think ippCpuITP and ippCpuITP2 belongs to i7 and ippCpuEM64T belongs to 64bit m7. Is this correct? What about the other 3 type (ippCpuDS, ippCpuNext, ippCpuX8664). Thanks in advance,&lt;/P&gt;
&lt;P&gt;Bendeguy&lt;FONT color="#008000" size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2006 18:15:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Single-Processor-Static-Linkage/m-p/901829#M12884</guid>
      <dc:creator>bendeguy</dc:creator>
      <dc:date>2006-11-24T18:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Single Processor Static Linkage</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Single-Processor-Static-Linkage/m-p/901830#M12885</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Yes, this is correct. ippCpuDS is V8 library (Intel Core Duo processor or Intel Core Solo processor), ippCpuX8664 as it seen from definitiona in ippdefs.h is for M7.&lt;/P&gt;
&lt;P&gt;Currently ippCpuNext will dispatch V8 libray.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2006 15:08:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Single-Processor-Static-Linkage/m-p/901830#M12885</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-11-27T15:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Single Processor Static Linkage</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Single-Processor-Static-Linkage/m-p/901831#M12886</link>
      <description>&lt;P&gt;Hi Vladimir,&lt;/P&gt;
&lt;P&gt;We have some problem with a &lt;FONT size="2"&gt;&lt;FONT size="3"&gt;Dell Laptop with Dualcore T2050 CPU.As you said earlierippCpuDS is V8 library. So we use our custom V8 dll at this situation. But it sais Exception_Illegal_Instruction. So what can we do in this situation? Our software make the decision automatically. It detemines the CPU type with ippGetCPUType and choose the architecture according to the matching youexplained earlier. After this it downloads the appropriate custom dll to the client machine. Is this error means that the ippCpuDS isn't V8, or the T2050 is some kind of special case. In this case how can we determine what to use? Thanks in advance,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Bendeguy&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2007 10:49:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Single-Processor-Static-Linkage/m-p/901831#M12886</guid>
      <dc:creator>bendeguy</dc:creator>
      <dc:date>2007-04-10T10:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Single Processor Static Linkage</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Single-Processor-Static-Linkage/m-p/901832#M12887</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;you can easely check if your custom Dll was choosen correctly. Please take for example IPP JPEGView sample, build this application. At run time, you can see which libraries will be loaded by this sample from menu Help-&amp;gt;About.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2007 12:40:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Single-Processor-Static-Linkage/m-p/901832#M12887</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-04-12T12:40:48Z</dc:date>
    </item>
  </channel>
</rss>

