[RFC] Implement memcchr

Yuri Gribov tetra2005@gmail.com
Fri Jan 13 07:59:00 GMT 2017


Forgot to mention PR for this:
https://sourceware.org/bugzilla/show_bug.cgi?id=21018

On Fri, Jan 13, 2017 at 7:54 AM, Yuri Gribov <tetra2005@gmail.com> wrote:
> Hi all.
>
> Recent FreeBSD have a nice complement for standard memchr function -
> memcchr (https://www.freebsd.org/cgi/man.cgi?query=memcchr). It e.g.
> allows user to efficiently check whether buffer is zeroed out. Would
> it make sense to add something like this to Glibc as well (yes, I can
> volunteer)?
>
> Here's a motivational GCC bug:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69908
>
> Adhemerval expressed his concerns that the function may not be that
> widespread and useful.
>
>
> -Y



More information about the Libc-alpha mailing list