-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite GetIndexOfFirstNonAsciiByte #104503
Open
neon-sunset
wants to merge
23
commits into
dotnet:main
Choose a base branch
from
neon-sunset:ascii-validation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Jul 6, 2024
-
Rewrite GetIndexOfFirstNonAsciiByte
- Deduplicate SIMD paths - there is no more need for that - Remove at least one branch from short length path - Use up to 128x4/256x2 SIMD unrolling
Configuration menu - View commit details
-
Copy full SHA for 69a7473 - Browse repository at this point
Copy the full SHA 69a7473View commit details -
Configuration menu - View commit details
-
Copy full SHA for f04b90c - Browse repository at this point
Copy the full SHA f04b90cView commit details
Commits on Jul 7, 2024
-
Reduce scalar path code size, use cheaper instructions on x86, align …
…512b loop, mitigate Dynamic PGO impact
Configuration menu - View commit details
-
Copy full SHA for 2033692 - Browse repository at this point
Copy the full SHA 2033692View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e3e527 - Browse repository at this point
Copy the full SHA 3e3e527View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbdb108 - Browse repository at this point
Copy the full SHA dbdb108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9decfef - Browse repository at this point
Copy the full SHA 9decfefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e4894a - Browse repository at this point
Copy the full SHA 8e4894aView commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9bd242 - Browse repository at this point
Copy the full SHA e9bd242View commit details -
Configuration menu - View commit details
-
Copy full SHA for d29c1f3 - Browse repository at this point
Copy the full SHA d29c1f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 826d205 - Browse repository at this point
Copy the full SHA 826d205View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94947b7 - Browse repository at this point
Copy the full SHA 94947b7View commit details
Commits on Jul 17, 2024
-
Handle big endian correctly in the scalar path and remove generic SIM…
…D asserts (for now)
Configuration menu - View commit details
-
Copy full SHA for 423eb39 - Browse repository at this point
Copy the full SHA 423eb39View commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4698b75 - Browse repository at this point
Copy the full SHA 4698b75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07d9b36 - Browse repository at this point
Copy the full SHA 07d9b36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51900ab - Browse repository at this point
Copy the full SHA 51900abView commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a14019e - Browse repository at this point
Copy the full SHA a14019eView commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7970c46 - Browse repository at this point
Copy the full SHA 7970c46View commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b3dd0f - Browse repository at this point
Copy the full SHA 7b3dd0fView commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18c1402 - Browse repository at this point
Copy the full SHA 18c1402View commit details
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 90a3765 - Browse repository at this point
Copy the full SHA 90a3765View commit details
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b15e54b - Browse repository at this point
Copy the full SHA b15e54bView commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6371c2b - Browse repository at this point
Copy the full SHA 6371c2bView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf81b25 - Browse repository at this point
Copy the full SHA bf81b25View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.