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

How to convert 32s to 32f?

fsgs
Beginner
335 Views
There is no such function as ippiConvert_32s32f_C3R() or smth. I understand this is a lossy int->float conversion but how can i effectively implement it the way usual c++ does?

Thanks.
0 Kudos
1 Reply
fsgs
Beginner
335 Views
Probably you could use ippsConvert_32s32f for this purpose
Oh, thanks. Nice thought.
0 Kudos
Reply