This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

[PATCH] AArch64 fix strncmp implementation.


Hi, I've just committed the attached patch to correct a bug in the
aarch64 strncmp implementation when the 'N' argument is within 15 of
the maximum representable unsigned 64 bit value.

/Marcus

        * libc/machine/aarch64/strncmp.S: Correct arithmetic for
        argument N values close to the maximum representable
        value in an unsigned 64 bit value.

Attachment: 0002-local-fix-strncmp.patch
Description: Binary data


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