~linaro-toolchain-dev/cortex-strings/trunk

« back to all changes in this revision

Viewing changes to scripts/bench.py

  • Committer: Will Newton
  • Date: 2013-11-29 18:10:00 UTC
  • Revision ID: will.newton@linaro.org-20131129181000-i4qers0vxwao2a5g
Add glibc strchr reference implementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    'bionic-a15': 'memcmp memcpy memset strcmp strcpy strlen',
26
26
    'bionic-c': ALL,
27
27
    'csl': 'memcpy memset',
28
 
    'glibc': 'memcpy memset strlen',
 
28
    'glibc': 'memcpy memset strchr strlen',
29
29
    'glibc-c': ALL,
30
30
    'newlib': 'memcpy strcmp strcpy strlen',
31
31
    'newlib-c': ALL,