- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I could not find yet how to do Add and Sub with carry enabled.
For this example, the type used is 8u:
255 + 1 = 0 ::: but the result from IPP is 255 (ippsAdd_8u_Sfs)
0 - 1 = 255 ::: but, again the result from IPP, is 0 (ippsSub_8u_ISfs)
I am really new in IPP and up to now, I am convinced about the performance gain. But this features are really needed in my project.
Any help will be welcome.
Thanks
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
for integer data types IPP use saturation and scaling. I would recommend you to look through IPP reference manual, section Overview, article IPP Concepts for more details.
Regards,
Vladimir
for integer data types IPP use saturation and scaling. I would recommend you to look through IPP reference manual, section Overview, article IPP Concepts for more details.
Regards,
Vladimir
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page