Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6814 Discussions

some issues about the datatype of ipps function

qiang__gao
Beginner
1,614 Views

hello,

I wonder if there are ipps functions of which  datatype of vector  length is int 64.

for example:

the function :ippsAdd_32f(const Ipp32f* pSrc1, const Ipp32f* pSrc2, Ipp32f* pDst, int len), it the datatype of last parameter is int, I expected it is int 64 or long long for some special scene.

0 Kudos
1 Solution
Gennady_F_Intel
Moderator
1,454 Views

The issue is closing and we will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.



View solution in original post

0 Kudos
5 Replies
Gennady_F_Intel
Moderator
1,608 Views

You may check the ipps_l.h  header file which contains the so-called platform aware API. All of these API allow you to overcome 32-bit size limitations. In the case, if you will not find out some you requested functions, please submit the Feature Request to the Intel Online service Center.

0 Kudos
qiang__gao
Beginner
1,595 Views
I have already read ipps_l.h,but it has few functions and none
of them I care.
0 Kudos
Gennady_F_Intel
Moderator
1,592 Views

ok, as we suggested to you above, you need to submit the Feature Request to the Intel Online Service Center and provide there the list of API you care about. 

0 Kudos
Gennady_F_Intel
Moderator
1,455 Views

The issue is closing and we will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.



0 Kudos
Reply