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]

Re: [PATCH v2] Fix powerpc64/power7 memchr for large input sizes


On 12/15/16, 5:14 PM, "Adhemerval Zanella" <libc-alpha-owner@sourceware.org on behalf of adhemerval.zanella@linaro.org> wrote:

    +      /* Check for large input sizes and for these cases we need to
    +	 make sure the bye is within the size range (that's why
    +	 7 << i must be smaller than 2048.  */

    

Typo on ‘byte’ and missing closing bracket.

LGTM after these fixes.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]