[PATCH 00/12] Remove bcopy and bzero optimizations (original) (raw)
Florian Weimer fweimer@redhat.com
Mon Feb 14 14:29:40 GMT 2022
- Previous message (by thread): [PATCH 12/12] x86_64: Remove bzero optimizations
- Next message (by thread): [PATCH 00/12] Remove bcopy and bzero optimizations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- Adhemerval Zanella via Libc-alpha:
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
- Previous message (by thread): [PATCH 12/12] x86_64: Remove bzero optimizations
- Next message (by thread): [PATCH 00/12] Remove bcopy and bzero optimizations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]