Link Copied
Carlo,
Thank you a lot for the test. Looks it is really abug with penryn cpu optimization.We will fix it in next release. For now, you may work around the issue by setting
if ippCpuPenryn==ippGetCpuType()
{ippStaticInitCpu(ippCpuC2D)
} or other methed.
Thanks
Ying
Hi Carlo,
I recalled, thereis aippiResizeSqrtPixelissue fixed in latest IPP 6.1.2 version.
See http://software.intel.com/en-us/articles/intel-ipp-library-61-fixes-list/
and note 2: in http://software.intel.com/en-us/forums/showthread.php?t=69755
Would you like to try the IPP 6.1.2 version and see if the problem is gone?
You can get the install package from Intel registraction center and if compiler pro version, it is 11.1.051
Which version of Intel IPP, Intel MKL and Intel TBB is installed by the Intel Compiler Professional ...
Regards,
Ying
Carlo,
Thank you a lot for the test. Looks it is really abug with penryn cpu optimization.We will fix it in next release. For now, you may work around the issue by setting
if ippCpuPenryn==ippGetCpuType()
{ippStaticInitCpu(ippCpuC2D)
} or other methed.
Thanks
Ying
Carlo,
Thank you a lot for the test. Looks it is really abug with penryn cpu optimization.We will fix it in next release. For now, you may work around the issue by setting
if ippCpuPenryn==ippGetCpuType()
{ippStaticInitCpu(ippCpuC2D)
} or other methed.
Thanks
Ying
For more complete information about compiler optimizations, see our Optimization Notice.