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

Circular shift

shdow
Beginner
457 Views

 

Hello everyone,

 I need function to perform circular logic shift on the array with float values.

I have found only logical shift functions: ippsLShiftC ippsRShiftC

 

Thanks,

0 Kudos
3 Replies
Igor_A_Intel
Employee
457 Views

Hello,

does this operation make sense for FP data? IPP is a set of general purpose functions, not a set of 1-customer functions. If you prove that operation you need is required for a wide range of IPP users - we'll consider your post as a feature request.

regards, Igor

0 Kudos
shdow
Beginner
457 Views

Hi Igor 

Thanks for reply,

It has sense for our algorithms but i afraid i will not be able to prove to you that it would be useful for majority.

We have wrote it ourselves,

Thanks,

0 Kudos
Royi
Novice
457 Views

Circular Shift of array makes sense and very usable.

For instance working on DFT arrays and applying something similar to MATLAB's `fftshift()` and `ifftshift()`.  

0 Kudos
Reply