<?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 Any news about symbol in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067953#M24426</link>
    <description>&lt;P&gt;Any news about symbol duplication in legacy lib?&lt;/P&gt;</description>
    <pubDate>Wed, 24 Apr 2019 13:09:19 GMT</pubDate>
    <dc:creator>giacomo_c_</dc:creator>
    <dc:date>2019-04-24T13:09:19Z</dc:date>
    <item>
      <title>Linking errors using IPP 9.0 legacy libraries</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067945#M24418</link>
      <description>&lt;P&gt;I'm trying to update a library built with IPP 8.2.1 to the 2017.0.109 version. It used the IPP some function from computer vision domain that has been removed &amp;nbsp;from official IPP product, so I downloaded and install the IPP 9.0 legacy libraries (ipp90legacy_win_9.0.0.008).&lt;/P&gt;

&lt;P&gt;I've updated the corresponding sources, it's compiling fine, but when doing [static] linking, I get some errors for symbols conflict between ippcv90lgcmt.lib and ippcoremt.lib :&lt;/P&gt;

&lt;P&gt;1&amp;gt;ippcoremt.lib(owncpufeatures.obj) : error LNK2005: &lt;STRONG&gt;ownGetMaskFeatures&lt;/STRONG&gt; already defined in ippcv90lgcmt.lib(owncpufeatures.obj)&lt;BR /&gt;
	1&amp;gt;ippcoremt.lib(owncpufeatures.obj) : error LNK2005: &lt;STRONG&gt;ownGetFeature&lt;/STRONG&gt; already defined in ippcv90lgcmt.lib(owncpufeatures.obj)&lt;BR /&gt;
	1&amp;gt;ippcoremt.lib(owncpufeatures.obj) : error LNK2005: &lt;STRONG&gt;ownSetFeatureMask&lt;/STRONG&gt; already defined in ippcv90lgcmt.lib(owncpufeatures.obj)&lt;BR /&gt;
	1&amp;gt;ippcoremt.lib(owncpufeatures.obj) : error LNK2005: &lt;STRONG&gt;ownMaskIsFeatures&lt;/STRONG&gt; already defined in ippcv90lgcmt.lib(owncpufeatures.obj)&lt;/P&gt;

&lt;P&gt;Problem arise only if I call function ippGetEnabledCpuFeatures(). Removing the call linker terminate w/o errors.&lt;/P&gt;

&lt;P&gt;Thank's in advance&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 10:34:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067945#M24418</guid>
      <dc:creator>giacomo_c_</dc:creator>
      <dc:date>2017-01-12T10:34:05Z</dc:date>
    </item>
    <item>
      <title>Dear customer,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067946#M24419</link>
      <description>&lt;P&gt;Dear customer,&lt;/P&gt;

&lt;P&gt;Here's the &lt;A href="https://software.intel.com/en-us/articles/intel-ipp-legacy-libraries"&gt;article&lt;/A&gt; talking about the usage of IPP legacy lib. If you are using dynamic linking, there would not be any problem. But if you would like to link statically, you probably need to call&amp;nbsp;legacy90ipp&amp;lt;domain&amp;gt;Init() at first, otherwise IPP will auto-initialized from IPP domain lib (the domain for the fist function you are calling) not calling from IPP core lib. Another point is that you probably need to pay attention to &lt;A href="https://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-library-dependencies-by-domain"&gt;dependency of IPP domain lib&lt;/A&gt;. Hope it would be helpful to you.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Fiona&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 02:10:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067946#M24419</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2017-01-13T02:10:59Z</dc:date>
    </item>
    <item>
      <title>Hi Fiona,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067947#M24420</link>
      <description>&lt;P&gt;Hi Fiona,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;from the first document :&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;"Therefore, the legacy flavor of the IPP 9.0 static library doesn’t require any special stage for initialization; the best optimization layer is dispatched automatically."&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;so my original program doesn't call any initialization function for the legacy domain.&lt;/P&gt;

&lt;P&gt;Below a reduced sample that reproduce the error. If &amp;nbsp;you comment out the function call&amp;nbsp;&lt;SPAN style="font-family: Consolas, &amp;quot;Lucida Console&amp;quot;, Menlo, Monaco, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace, sans-serif; font-size: 13.008px;"&gt;ippGetEnabledCpuFeatures() error disappear. Call to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas, &amp;quot;Lucida Console&amp;quot;, Menlo, Monaco, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace, sans-serif; font-size: 13.008px;"&gt;legacy90ippcvInit() is not relevant.&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;#include "stdafx.h"

#include &amp;lt;ipp.h&amp;gt;

#include &amp;lt;ippcv90legacy.h&amp;gt;

int main()
{
	ippInit();

	auto fm = ippGetEnabledCpuFeatures();
	
	auto lgcInit = legacy90ippcvInit();


	const Ipp32f* pSrc=nullptr;
	int srcStep{ 0 };
	Ipp32f* pDst = nullptr;
	int dstStep{ 0 };
	IppiSize roiSize{ 0,0 };
	Ipp8u* pBuffer{ nullptr };

	IppStatus st = ippiPyrUp_Gauss5x5_32f_C1R( pSrc,  srcStep,
		pDst,  dstStep,
		roiSize, pBuffer);

    return 0;
}&lt;/PRE&gt;

&lt;P&gt;Building with VS2015 produces this output :&lt;/P&gt;

&lt;P&gt;1&amp;gt;------ Build started: Project: testIppLegacy, Configuration: Debug x64 ------&lt;BR /&gt;
	1&amp;gt; &amp;nbsp;testIppLegacy.cpp&lt;BR /&gt;
	1&amp;gt;d:\works\gitlocal\develop\testcu\testipplegacy\testipplegacy.cpp(16): warning C4996: 'legacy90ippcvInit': Function from IPP 9.0 legacy domain is used&lt;BR /&gt;
	1&amp;gt; &amp;nbsp;e:\3rdpartylibrary\software\ipp\ipp90legacy_win_9.0.0.008\include\ippcv90legacy.h(58): note: see declaration of 'legacy90ippcvInit'&lt;BR /&gt;
	1&amp;gt;d:\works\gitlocal\develop\testcu\testipplegacy\testipplegacy.cpp(26): warning C4996: 'legacy90ippiPyrUp_Gauss5x5_32f_C1R': Function from IPP 9.0 legacy domain is used&lt;BR /&gt;
	1&amp;gt; &amp;nbsp;e:\3rdpartylibrary\software\ipp\ipp90legacy_win_9.0.0.008\include\ippcv90legacy.h(1361): note: see declaration of 'legacy90ippiPyrUp_Gauss5x5_32f_C1R'&lt;BR /&gt;
	1&amp;gt; &amp;nbsp;LINK : D:\Works\GITLocal\Develop\testCu\x64\Debug\testIppLegacy.exe not found or not built by the last incremental link; performing full link&lt;BR /&gt;
	1&amp;gt;ippcoremt.lib(owncpufeatures.obj) : error LNK2005: ownGetMaskFeatures already defined in ippcv90lgcmt.lib(owncpufeatures.obj)&lt;BR /&gt;
	1&amp;gt;ippcoremt.lib(owncpufeatures.obj) : error LNK2005: ownGetFeature already defined in ippcv90lgcmt.lib(owncpufeatures.obj)&lt;BR /&gt;
	1&amp;gt;ippcoremt.lib(owncpufeatures.obj) : error LNK2005: ownSetFeatureMask already defined in ippcv90lgcmt.lib(owncpufeatures.obj)&lt;BR /&gt;
	1&amp;gt;ippcoremt.lib(owncpufeatures.obj) : error LNK2005: ownMaskIsFeatures already defined in ippcv90lgcmt.lib(owncpufeatures.obj)&lt;BR /&gt;
	1&amp;gt;D:\Works\GITLocal\Develop\testCu\x64\Debug\testIppLegacy.exe : fatal error LNK1169: one or more multiply defined symbols found&lt;BR /&gt;
	========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Ipp libraries needed are implicitly inserted by #pragma comment in ipp header (I've &lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;_IPP_SEQUENTIAL_STATIC&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt; defined). In this sample I've added the whole bunch of legacy static libraries ( ipp&amp;lt;xxx&amp;gt;90lgcmt.lib ).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Giacomo&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 08:28:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067947#M24420</guid>
      <dc:creator>giacomo_c_</dc:creator>
      <dc:date>2017-01-13T08:28:18Z</dc:date>
    </item>
    <item>
      <title>Dear customer,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067948#M24421</link>
      <description>&lt;P&gt;Dear customer,&lt;BR /&gt;
	&lt;BR /&gt;
	The root cause is that there's duplicated definition of those symbol in both main package and legacy package. Actually Ipp legacy package is independent of&amp;nbsp;main package.&amp;nbsp; Nomorlly we pick one of them to use. But according to your program, the getCpuFeature function belogns to main package, but the pyramid&amp;nbsp; upsampling of Guassin image is in legacy package. To avoid this problem, please link with main package(core) dynamically, and link with legacy cv lib statically. For instance, the link line should be like:&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;gt;icl ippcv_problem.cpp -I"%IPPROOT%"\include -I"%IPPROOT_LEGACY%"\include -Qipp "%IPPROOT_LEGACY%"\lib\intel64\ippcv90lgcmt.lib&lt;BR /&gt;
	&lt;BR /&gt;
	And you won't get link error for duplicated definition problem.&lt;BR /&gt;
	&lt;BR /&gt;
	Best regards,&lt;BR /&gt;
	Fiona&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 08:54:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067948#M24421</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2017-01-18T08:54:37Z</dc:date>
    </item>
    <item>
      <title>Hi Fiona,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067949#M24422</link>
      <description>&lt;P&gt;Hi Fiona,&lt;/P&gt;

&lt;P&gt;thank's for your feedback, but f&lt;SPAN style="font-size: 1em;"&gt;or me isn't an option dynamically link the main package. Our applications are always distributed with IPP statically linked. I use the latest IPP version mixed with legacy to support some function that has been removed like ippPyrUp_Gauss5x5. One option for me could be to realize a small dll statically linked to legacy IPP that exports the only functions needed and than link this library to the application ... not so good.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Thank's&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Giacomo&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 09:28:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067949#M24422</guid>
      <dc:creator>giacomo_c_</dc:creator>
      <dc:date>2017-01-18T09:28:19Z</dc:date>
    </item>
    <item>
      <title>Hi Giacomo,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067950#M24423</link>
      <description>&lt;P&gt;Hi Giacomo,&lt;/P&gt;

&lt;P&gt;you can get rid of legacy lib at all - just substitute APIs you use with new APIs - for example instead of PyrUp_Gauss5x5 you can use the next APIs:&lt;/P&gt;

&lt;P&gt;/* ///////////////////////////////////////////////////////////////////////////////////////&lt;BR /&gt;
	//&amp;nbsp; Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ippiPyramidLayerDown_8u_C1R, ippiPyramidLayerDown_16u_C1R, ippiPyramidLayerDown_32f_C1R&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ippiPyramidLayerDown_8u_C3R, ippiPyramidLayerDown_16u_C3R, ippiPyramidLayerDown_32f_C3R&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ippiPyramidLayerUp_8u_C1R,&amp;nbsp;&amp;nbsp; ippiPyramidLayerUp_16u_C1R,&amp;nbsp;&amp;nbsp; ippiPyramidLayerUp_32f_C1R&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ippiPyramidLayerUp_8u_C3R,&amp;nbsp;&amp;nbsp; ippiPyramidLayerUp_16u_C3R,&amp;nbsp;&amp;nbsp; ippiPyramidLayerUp_32f_C3R&lt;BR /&gt;
	//&lt;BR /&gt;
	//&amp;nbsp; Purpose:&amp;nbsp;&amp;nbsp;&amp;nbsp; Perform downsampling/upsampling of the image with 5x5 gaussian.&lt;BR /&gt;
	//&lt;BR /&gt;
	//&amp;nbsp; Return:&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp; ippStsNoErr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ok&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp; ippStsNullPtrErr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; One of the specified pointers is NULL&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp; ippStsSizeErr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The srcRoiSize or dstRoiSize has a fild with zero or negativ value&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp; ippStsStepErr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The steps in images are too small&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp; ippStsBadArgErr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pState-&amp;gt;rate has wrong value&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp; ippStsNotEvenStepErr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; One of the step values is not divisibly by 4 for floating-point&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; images, or by 2 for short-integer images.&lt;BR /&gt;
	//&amp;nbsp; Arguments:&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp; pSrc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pointer to the source image&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp; srcStep&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Step in byte through the source image&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp; srcRoiSize&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Size of the source image ROI in pixel.&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp; dstRoiSize&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Size of the destination image ROI in pixel.&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp; pDst&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pointer to destination image&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp; dstStep&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Step in byte through the destination image&lt;BR /&gt;
	//&amp;nbsp;&amp;nbsp;&amp;nbsp; pState&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pointer to the pyramid layer structure&lt;BR /&gt;
	*/&lt;/P&gt;

&lt;P&gt;regards, Igor&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 11:20:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067950#M24423</guid>
      <dc:creator>Igor_A_Intel</dc:creator>
      <dc:date>2017-01-18T11:20:36Z</dc:date>
    </item>
    <item>
      <title>Hi Igor,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067951#M24424</link>
      <description>&lt;P&gt;Hi Igor,&lt;/P&gt;

&lt;P&gt;I 've tryed &lt;SPAN style="font-size: 12px;"&gt;universal pyramid function with old IPP version but they are slower than specialized ones. I can try again using latest IPP 2017.1&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Thank's&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 13:15:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067951#M24424</guid>
      <dc:creator>giacomo_c_</dc:creator>
      <dc:date>2017-01-18T13:15:40Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067952#M24425</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;yes, there are some issues in IPP 9.0 Legacy package, thank you to identify them. Will fix them.&lt;/P&gt;

&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 13:11:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067952#M24425</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2017-01-19T13:11:43Z</dc:date>
    </item>
    <item>
      <title>Any news about symbol</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067953#M24426</link>
      <description>&lt;P&gt;Any news about symbol duplication in legacy lib?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 13:09:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067953#M24426</guid>
      <dc:creator>giacomo_c_</dc:creator>
      <dc:date>2019-04-24T13:09:19Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067954#M24427</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm very sorry for my silence. We detected an issue in IPP legacy nonpic libraries and we are going to fix it before updating&amp;nbsp;the libraries. It is in progress. Thank you for your patience.&lt;/P&gt;&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 21:55:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067954#M24427</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2019-06-04T21:55:57Z</dc:date>
    </item>
    <item>
      <title>Hello Parvel,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067955#M24428</link>
      <description>&lt;P&gt;Hello Parvel,&lt;/P&gt;&lt;P&gt;I have similar issue in another thread&lt;/P&gt;&lt;P&gt;Does building our application with IPPLegacy 9.0 still require us to link against IPP main package (Lib/Include) ?&lt;/P&gt;&lt;P&gt;As while building our source-code with the IPPLegacy library I observe below specific issues:&lt;/P&gt;&lt;P&gt;1)For function likes IPPFree () or IPPMalloc () we still have to link with the ippcore lib&amp;nbsp; from the man package.&lt;/P&gt;&lt;P&gt;2)The function ippiMirror_8u_C1R() is not available in ippilegacy.h&amp;nbsp;file of&amp;nbsp;IPP9Legacy library and we still have to include ippi.h&lt;/P&gt;&lt;P&gt;and link with with ippi.a&amp;nbsp;lib from main package..&lt;/P&gt;&lt;P&gt;3)Similarly for function like ippsCopy_8u() we still have to link&amp;nbsp;with ipps.h and libipps.lib&amp;nbsp;from main package and it is not available in&lt;/P&gt;&lt;P&gt;IPPLegacy package (ippslegacy.h. libipp90lgc.a)&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although&amp;nbsp;its written in one of the articled that&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;"all legacy domains are self-sufficient".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We are using IPP9legcay pacakge for Linux OS , Do we have to use latest main IPP package along with it or can we link&amp;nbsp; with IPP9.0 or older main package also? Please provide the download link for IPP9.0 main&amp;nbsp;package to be used in Linux along with IPP9Legacy .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manish Narang&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2019 18:58:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067955#M24428</guid>
      <dc:creator>narang__manish</dc:creator>
      <dc:date>2019-07-04T18:58:36Z</dc:date>
    </item>
    <item>
      <title>Hello Manish,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067956#M24429</link>
      <description>&lt;P&gt;Hello Manish,&lt;/P&gt;&lt;P&gt;sorry for the delay with answer. IPP legacy domains contain only removed algorithms. ippsCopy_8u() is in the modern IPP version, we continue to support the algorithm, so yes, it is not in IPP legacy, it presents in the modern IPP version and you need to use the modern IPP version together with IPP legacy domains.&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/intel-ipp-legacy-libraries" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-ipp-legacy-libraries&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;To smooth the code transition, Intel IPP provides a separate package called "Legacy Libraries". This package is independent from Intel® IPP product and contains the &lt;STRONG&gt;major removed functions&lt;/STRONG&gt; in Intel IPP 9.0 as well as the &lt;STRONG&gt;deprecated functions&lt;/STRONG&gt; in previous Intel® IPP releases.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Pavel&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 11:49:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linking-errors-using-IPP-9-0-legacy-libraries/m-p/1067956#M24429</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2019-08-05T11:49:32Z</dc:date>
    </item>
  </channel>
</rss>

