-
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
Optimize System.Text.Unicode using arm64 intrinsics #35035
Comments
I'm moving this to Future, as there is no current plan to do the work for .NET 5. |
@BruceForstall @tannergooding below are the 3 APIs to fix for this area, but I realized that only the first API can be found in
Was that a typo? Should I work on the Utf8 ones instead? |
It's certainly likely to be a typo. I created the initial list using, essentially, findstr/grep with a little bit of intelligence thrown in. I easily could have made a mistake. Bottom-line: anything in |
Thanks Bruce. I'll adjust the signatures in the original issue. |
This item tracks the conversion of the System.Text.Unicode class to use arm64 intrinsics.
Related: #33308
The text was updated successfully, but these errors were encountered: