diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-02-07 07:10:05 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-02-08 14:41:58 -0800 |
commit | dc98eeeb952f59bdbd51da0409e732756fe30170 (patch) | |
tree | 2c8a66dc45847855c96a50f40b949d2e054bbf89 /benchtests/Makefile | |
parent | e1d32b836410767270a3adf1f82b1a47e6e4cd51 (diff) | |
download | glibc-dc98eeeb952f59bdbd51da0409e732756fe30170.tar.gz glibc-dc98eeeb952f59bdbd51da0409e732756fe30170.tar.xz glibc-dc98eeeb952f59bdbd51da0409e732756fe30170.zip |
benchtests: Add benches for bzero
Add bench-bzero-large.c, bench-bzero-walk.c and bench-bzero.c.
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r-- | benchtests/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile index 7c330e9967..6f718fac35 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -119,6 +119,9 @@ endif # String function benchmarks. string-benchset := \ + bzero \ + bzero-large \ + bzero-walk \ memccpy \ memchr \ memcmp \ |