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.