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

Feature Requests - MinEveryC, DotProd_32f64f64f, AddProductC_64f

jeffc111
Beginner
402 Views
Hope this is the right place. I tried searching for these and didn't come up with anything.
MinEveryC - Limit the values in a vector to the provided constant value - of course, MaxEveryC, and in-place variants as well
DotProd_32f64f64f - the dot product of a 32f vector and 64f vector stored in a 64f result
AddProductC_64f - the 32f version exists. This is easily implemented with MulC_64_I and Add_64f_I, but if there were an advantage to be had, it would be nice to have.
Thanks for listening!
-Jeff
0 Kudos
1 Reply
SergeyKostrov
Valued Contributor II
402 Views
Some time ago there was a post regarding reducing number of functions in IPP.You know, that the library is
huge, there are many domains, and in total there are ~12,000 functions. As far as I know Intel is trying to
reduce the number of domains andfunctions in order to ease maintenance andtesting. Also, in the wake of
that challenging task some domains, like Speach Recognition,are deleted in alatest version of IPPand some
customers are complaning about it. So,you've got the idea.

Best regards,
Sergey
0 Kudos
Reply