-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Use wmemset
for fill
optimization
#3641
Conversation
|
If the compiler can perform this optimization, I'd prefer to avoid merging this, and potentially even remove the 1-byte Marked as "decision needed" so we can talk about this on Wednesday. |
There's even further simplification option: remove multibyte On the other hand, the previously discussed direction for #3167 is to make |
We talked about this at the weekly maintainer meeting and we concluded:
|
I think it would be best to eventually remove both of the optimizations, as |
Towards #3167
Will look into vectorization of 32 and 64 bit types if this passes.