[libc-commits] [PATCH] D77949: [libc] Add SIMD strlen implementation .

Thorsten via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 13 23:57:20 PDT 2020


tschuett added a comment.

glibc is doing it in a similar way. It exhibits the same UB.
https://sourceware.org/git/?p=glibc.git;a=blob;f=string/strlen.c;h=f934e1a1e897c0176c04566a182f092dc1ab2a37;hb=HEAD


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77949/new/

https://reviews.llvm.org/D77949





More information about the libc-commits mailing list