Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6711 Discussions

What to use now ippiAddRandGauss_Direct is deprecated?

Andrew_Rice
Beginner
266 Views

Hi,

We currently use  ippiAddRandGauss_Direct but it is deprecated in IPP 7.1. What do we need to replace this with?

Is it ippsRandGauss followed by ippiAdd?

Thanks,

Andy

0 Kudos
1 Reply
Chao_Y_Intel
Moderator
266 Views

Hi Andy,

Yes, you can use ippsRandGauss to generate the data, than use ippiAdd function.
http://software.intel.com/sites/products/documentation/doclib/ipp_sa/71/ipp_manual/IPPS/ipps_ch4/functn_RandGauss.htm

Regards,
Chao

0 Kudos
Reply