-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove same page hack for simdStrstr (#11553)
Summary: Pull Request resolved: #11553 The hack is breaking ASAN check, removing it does not give huge performance loss though so we remove it. Benchmark results before vs after change: https://gist.github.com/Yuhta/b3f66e85d52b62240c09c15d6e7941bb Reviewed By: kevinwilfong Differential Revision: D66012678 fbshipit-source-id: 107ae9e715ff5edd20707fb49b970ae5d3190559
- Loading branch information
1 parent
31ae379
commit 0a422f7
Showing
2 changed files
with
12 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters