This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Wed, Mar 13 2019, Adhemerval Zanella wrote:
>
> * wcsmbs/wcschr.c (WCSCHR): 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?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |