about summary refs log tree commit diff
path: root/benchtests/bench-memcmpeq.c
Commit message (Collapse)AuthorAgeFilesLines
* Benchtests: Add benchtests for __memcmpeqNoah Goldstein2021-10-271-0/+20
No bug. This commit adds __memcmpeq benchmarks. The benchmarks just use the existing ones in memcmp. This will be useful for testing implementations of __memcmpeq that do not just alias memcmp.