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

Extension to ippsFindC family of string functions

karabas
Beginner
337 Views

IPP v4.0 supports ippsFindC/ippsFindCAny/Rev family of functions which allow you to search for a given character or a set of characters.

Howeverquite often one needs tofind a first character which is different from a given char. For example, "find first non zero character" or "find first character different from the current one". With existing ippsFindC functionsyou cannot execute thistype of search in the most efficient way.

Is it possible to add such "find first not equal"/"find first not in the set" functions?

P.S. Similarly, there is a memchr() in C runtime, but there is not memnchr().But C++ standard libraryprovidesfind_first_not_of()

Message Edited by karabas on 05-12-2004 09:40 AM

0 Kudos
1 Reply
Intel_C_Intel
Employee
337 Views

Thanks for your interest to IPP. Please submit your feature request through technical support channel.

Regards,
Vladimir

0 Kudos
Reply