<?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: Processor support in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897176#M12330</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/412270"&gt;harald85&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
When i now use an statically linking and i compile the software on an core2duo but then i run it on an xeon it use the core2duo or Xeon optimized code?!&lt;BR /&gt;&lt;BR /&gt;Harald&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;The quick answer is that no matter what CPU you built on, the code will be optimized for the CPU it is run on. So in your case, when you build on core2 and run on Xeon, the Xeon optimized code will be run. This works since the static linking includes versions of the IPP routines for all available platforms and runs the correct one at run-time based on the current CPU (not the CPU the app was built on).&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Feb 2009 14:12:32 GMT</pubDate>
    <dc:creator>pvonkaenel</dc:creator>
    <dc:date>2009-02-24T14:12:32Z</dc:date>
    <item>
      <title>Processor support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897170#M12324</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;I am using the Intel IPP for decoding and encoding of an rtp stream with G729 and GSM. How can I check that it use the best processor support for my processor. At the beginning I call ippInitStatic(). I use it on an Xeon but also on an Core2Duo. Is it possible that the program find out which processor is used during the start and uses then the optimized Code from the IPP?&lt;BR /&gt;&lt;BR /&gt;Harald&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Feb 2009 10:26:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897170#M12324</guid>
      <dc:creator>harald85</dc:creator>
      <dc:date>2009-02-23T10:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Processor support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897171#M12325</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/412270"&gt;harald85&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I am using the Intel IPP for decoding and encoding of an rtp stream with G729 and GSM. How can I check that it use the best processor support for my processor. At the beginning I call ippInitStatic(). I use it on an Xeon but also on an Core2Duo. Is it possible that the program find out which processor is used during the start and uses then the optimized Code from the IPP?&lt;BR /&gt;&lt;BR /&gt;Harald&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;From my understanding, if you are statically linking with the IPP library, then calling ippStaticInit() is all you need to do. If you are dynamically linking, then you don't need to make any special initialization call. One of the really nice things about IPP is that the dispatcher should automatically call the correct for the processor the application is running on.&lt;BR /&gt;&lt;BR /&gt;If you are statically linking then you can test by timing your code both with and without the ippStaticInit() call and see the difference: if you leave out the call to ippStaticInit(), you should see performance drop off. Also, if you are calling statically linked IPP routines from multiple modules (DLLs and EXEs), then I think you need to put a call to ippStaticInit() in each module: I have the call in my DLLMain() for DLLs that use IPP.&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Feb 2009 12:27:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897171#M12325</guid>
      <dc:creator>pvonkaenel</dc:creator>
      <dc:date>2009-02-23T12:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Processor support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897172#M12326</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/414649"&gt;pvonkaenel&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;From my understanding, if you are statically linking with the IPP library, then calling ippStaticInit() is all you need to do. If you are dynamically linking, then you don't need to make any special initialization call. One of the really nice things about IPP is that the dispatcher should automatically call the correct for the processor the application is running on.&lt;BR /&gt;&lt;BR /&gt;If you are statically linking then you can test by timing your code both with and without the ippStaticInit() call and see the difference: if you leave out the call to ippStaticInit(), you should see performance drop off. Also, if you are calling statically linked IPP routines from multiple modules (DLLs and EXEs), then I think you need to put a call to ippStaticInit() in each module: I have the call in my DLLMain() for DLLs that use IPP.&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
When i now use an statically linking and i compile the software on an core2duo but then i run it on an xeon it use the core2duo or Xeon optimized code?!&lt;BR /&gt;&lt;BR /&gt;Harald&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Feb 2009 14:03:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897172#M12326</guid>
      <dc:creator>harald85</dc:creator>
      <dc:date>2009-02-23T14:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Processor support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897173#M12327</link>
      <description>&lt;BR /&gt;Few easy toolsyou canuse help verifying the right CPU dispatcher for your targeted CPUs:&lt;BR /&gt;1. Check this FAQ at IPP &lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-understanding-cpu-optimized-code-used-in-intel-ipp/"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-understanding-cpu-optimized-code-used-in-intel-ipp/&lt;/A&gt; to understand the CPU code used for IPP.&lt;BR /&gt;&lt;BR /&gt;2. Run one of executable files from IPP directory toolsperfsys and find out first several output lines where include the appropriate CPU code used by Intel IPP for your targeted CPU.&lt;BR /&gt;&lt;BR /&gt;3. Or you can IPP sample folder in ipp-samplesadvanced-usagecpuinfo , build and run it to find its results , where also includes recommended CPU code used for Intel IPP.&lt;BR /&gt;&lt;BR /&gt;4. If you are advanced user, you can also check another IPP Knowledge Article at: &lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-is-there-any-function-to-detect-processor-type/"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-is-there-any-function-to-detect-processor-type/&lt;/A&gt; for more information.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Thanks,&lt;BR /&gt;Ying</description>
      <pubDate>Mon, 23 Feb 2009 17:19:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897173#M12327</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2009-02-23T17:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Processor support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897174#M12328</link>
      <description>&lt;DIV style="margin:0px;"&gt;Additional comments:&lt;BR /&gt;&lt;BR /&gt;As you may know, the Intel IPP libraires via either static linkage or dynamic linkage offer automatic dispatcher method to ensure the best optimized IPP libraires loaded for your target CPUs at run time, but you can always try some easy tools listed below to help verifying the right CPU dispatcher for your targeted CPUs:&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ying&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 98.95%; height: 156px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336671"&gt;YING S (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Few easy toolsyou canuse help verifying the right CPU dispatcher for your targeted CPUs:&lt;BR /&gt;1. Check this FAQ at IPP &lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-understanding-cpu-optimized-code-used-in-intel-ipp/"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-understanding-cpu-optimized-code-used-in-intel-ipp/&lt;/A&gt; to understand the CPU code used for IPP.&lt;BR /&gt;&lt;BR /&gt;2. Run one of executable files from IPP directory toolsperfsys and find out first several output lines where include the appropriate CPU code used by Intel IPP for your targeted CPU.&lt;BR /&gt;&lt;BR /&gt;3. Or you can IPP sample folder in ipp-samplesadvanced-usagecpuinfo , build and run it to find its results , where also includes recommended CPU code used for Intel IPP.&lt;BR /&gt;&lt;BR /&gt;4. If you are advanced user, you can also check another IPP Knowledge Article at: &lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-is-there-any-function-to-detect-processor-type/"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-is-there-any-function-to-detect-processor-type/&lt;/A&gt; for more information.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Thanks,&lt;BR /&gt;Ying&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Feb 2009 17:27:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897174#M12328</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2009-02-23T17:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Processor support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897175#M12329</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/412270"&gt;harald85&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I am using the Intel IPP for decoding and encoding of an rtp stream with G729 and GSM. How can I check that it use the best processor support for my processor. At the beginning I call ippInitStatic(). I use it on an Xeon but also on an Core2Duo. Is it possible that the program find out which processor is used during the start and uses then the optimized Code from the IPP?&lt;BR /&gt;&lt;BR /&gt;Harald&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hallo &lt;BR /&gt;I use my Program on an Intel Xeon X3320 (Yorkfield) but when i run the program he uses the code for px(optimized for all intel 32bit processors). Is it possible to link the optimized lib for my processor to my program static?&lt;BR /&gt;&lt;BR /&gt;Harald&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 14:10:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897175#M12329</guid>
      <dc:creator>harald85</dc:creator>
      <dc:date>2009-02-24T14:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Processor support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897176#M12330</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/412270"&gt;harald85&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
When i now use an statically linking and i compile the software on an core2duo but then i run it on an xeon it use the core2duo or Xeon optimized code?!&lt;BR /&gt;&lt;BR /&gt;Harald&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;The quick answer is that no matter what CPU you built on, the code will be optimized for the CPU it is run on. So in your case, when you build on core2 and run on Xeon, the Xeon optimized code will be run. This works since the static linking includes versions of the IPP routines for all available platforms and runs the correct one at run-time based on the current CPU (not the CPU the app was built on).&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 14:12:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897176#M12330</guid>
      <dc:creator>pvonkaenel</dc:creator>
      <dc:date>2009-02-24T14:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Processor support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897177#M12331</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;I write a driver for windows which uses the IPP for encoding and decoding(GSM and G729). WhenI tested the driver with the tool intel Vtune I saw that it uses the px functions for add and sub and so on. Normally it schould use the p8 functions because whenI call ippGetCpuType()I get 23 (Penryn). I linked to my driver the e-merged, the merged and the core libs and I call the ippStaticInit function in the driverentry routine. I also tried to call the function ippStaticInitCpuType(Type). But it always uses the px functions. Did somebody know what could be the problem? Is it enough to call the Init function once or mustI call it in every function whereI use an ipp function?&lt;BR /&gt;&lt;BR /&gt;Harald&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2009 17:18:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897177#M12331</guid>
      <dc:creator>harald85</dc:creator>
      <dc:date>2009-02-24T17:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Processor support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897178#M12332</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/412270"&gt;harald85&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;I write a driver for windows which uses the IPP for encoding and decoding(GSM and G729). WhenI tested the driver with the tool intel Vtune I saw that it uses the px functions for add and sub and so on. Normally it schould use the p8 functions because whenI call ippGetCpuType()I get 23 (Penryn). I linked to my driver the e-merged, the merged and the core libs and I call the ippStaticInit function in the driverentry routine. I also tried to call the function ippStaticInitCpuType(Type). But it always uses the px functions. Did somebody know what could be the problem? Is it enough to call the Init function once or mustI call it in every function whereI use an ipp function?&lt;BR /&gt;&lt;BR /&gt;Harald&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;You need to call ippStaticInit() to use Intel IPP e-merged static libraires. &lt;BR /&gt;You may call ippGetCpuFeature() the new one introduced in IPP 6.0 to verify the return value.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ying&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 17:31:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897178#M12332</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2009-02-24T17:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Processor support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897179#M12333</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336671"&gt;YING S (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;You need to call ippStaticInit() to use Intel IPP e-merged static libraires. &lt;BR /&gt;You may call ippGetCpuFeature() the new one introduced in IPP 6.0 to verify the return value.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ying&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Thanks for your answer but when I call ippStaticInit() the driver dont use the optimized functions. When I dont link the merged libs i got many errors during the compilation where I see the px and the p8 functions (only for an control). But when I include all e-merged and merged libs why did the driver dont use the p8 functions?&lt;BR /&gt;&lt;BR /&gt;I also have a testprogram where I encode and decode. I linked there the merged and e-merged libs an call the function ippStaticInit once in the main function and he uses the P8 functions. Should this also work in a driver?&lt;BR /&gt;&lt;BR /&gt;Harald&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 18:51:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897179#M12333</guid>
      <dc:creator>harald85</dc:creator>
      <dc:date>2009-02-24T18:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Processor support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897180#M12334</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/412270"&gt;harald85&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Thanks for your answer but when I call ippStaticInit() the driver dont use the optimized functions. When I dont link the merged libs i got many errors during the compilation where I see the px and the p8 functions (only for an control). But when I include all e-merged and merged libs why did the driver dont use the p8 functions?&lt;BR /&gt;&lt;BR /&gt;I also have a testprogram where I encode and decode. I linked there the merged and e-merged libs an call the function ippStaticInit once in the main function and he uses the P8 functions. Should this also work in a driver?&lt;BR /&gt;&lt;BR /&gt;Harald&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I seem to remember reading somehwere in the users guide that ring 0 device drivers should use static linking without dispatching. If you're using the emerged libs then you are dispatching. You might want to look into using static linking without dispatching.&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Feb 2009 13:19:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Processor-support/m-p/897180#M12334</guid>
      <dc:creator>pvonkaenel</dc:creator>
      <dc:date>2009-02-25T13:19:52Z</dc:date>
    </item>
  </channel>
</rss>

