Issue | 130432 |
---|---|
Summary | vectorize std::search |
Labels | new issue |
Assignees | |
Reporter | hiraditya |
As part of #84663
std::search is quite similar to std::string::find and I've already implemented a vectorized version of it in libc++ (with a combination of memchr+memcmp). So it should be possible to vectorize std::search for several primitive data types.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs