This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from fc6f074e04 riscv: linux: Add support for getrandom vDSO new e6ad9650fb benchtests: Add IPv4 inet_ntop benchmark new 14ca258cc5 benchtests: Add IPv6 inet_ntop benchmark new f22f6a5b84 resolve: Proper indent resolv/inet_ntop.c new 80f389ed7e resolv: Optimize inet_ntop new db94e6343a inet: Implement inet_ntoa on top of inet_ntop
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: benchtests/Makefile | 7 + benchtests/inet_ntop_ipv4-inputs | 1003 ++++++++++++++++++++++++++++++++++++ benchtests/inet_ntop_ipv4-source.c | 10 + benchtests/inet_ntop_ipv6-inputs | 1003 ++++++++++++++++++++++++++++++++++++ benchtests/inet_ntop_ipv6-source.c | 10 + inet/inet_ntoa.c | 7 +- resolv/inet_ntop.c | 358 +++++++------ 7 files changed, 2226 insertions(+), 172 deletions(-) create mode 100644 benchtests/inet_ntop_ipv4-inputs create mode 100644 benchtests/inet_ntop_ipv4-source.c create mode 100644 benchtests/inet_ntop_ipv6-inputs create mode 100644 benchtests/inet_ntop_ipv6-source.c