sse4-strstr
sse4-strstr copied to clipboard
Is this unititialised variable'use intended?
Hi!
I am trying to use and (somewhat) understand you sse4-strstr code and come across this: https://github.com/WojciechMula/sse4-strstr/blob/9cdc4b6df817c8a8c67a1cebdc7e18a1da35f407/avx2-strstr-v2.cpp#L62
Is this use of uninitialized next1 intended?
Thanks!