[PATCH v2 5/6] wcsmbs: Use loop_unroll on wcsrchr
Gabriel F. T. Gomes
gabriel@inconstante.eti.br
Sat Mar 23 15:01:00 GMT 2019
On Wed, Mar 13 2019, Adhemerval Zanella wrote:
>
> * wcsmbs/wcsrchr.c (WCSRCHR): Use loop_unroll.h to parametrize
> the loop unroll.
Looks good to me with a minor fix below.
Reviewed-by: Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
> + while (1)
> + UNROLL_REPEAT(UNROLL_NTIMES, ITERATION);
^
Missing space between macro name and parentheses?
More information about the Libc-alpha
mailing list