[PATCH 00/12] Remove bcopy and bzero optimizations (original) (raw)

Florian Weimer fweimer@redhat.com
Mon Feb 14 14:29:40 GMT 2022


On a recent Linux distro (Ubuntu 21.04), I see only 1 'bcmp' call (which is already aliased to memcmp):

Clang turns memcmp for equality (so basically __memcmpeq) into bcmp.

Thanks, Florian



More information about the Libc-alpha mailing list