utils: don't reimplement strnlen
The standard library provides a very nice strnlen function, which knows to use SSE, let's not reimplement it ourselves.
Showing
Please
register
or
sign in
to comment
The standard library provides a very nice strnlen function, which knows to use SSE, let's not reimplement it ourselves.