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

ippsSortRadixIndexAscend 64-bit

Mark_Sinclair-mcgarv
292 Views

Hi guys,

Is there a 64-bit version of ippsSortRadixIndexAscend available, or otherwise are there any alternatives available to me for 64-bit radix sorting, either in the IPP or MKL?  Right now I need to switch down to 32-bit, which is losing some accuracy in my sorting.

Warm regards,

Mark

0 Kudos
1 Reply
Igor_A_Intel
Employee
292 Views

Hi Mark,

you can use sorting API without "radix" suffix:

IPPAPI(IppStatus,ippsSortIndexAscend_64f_I,(Ipp64f* pSrcDst, int* pDstIdx, int len ))

regards Igor

0 Kudos
Reply