-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Open
Labels
libc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.performance
Description
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.
Metadata
Metadata
Assignees
Labels
libc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.performance