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

« back to all changes in this revision

Viewing changes to scripts/bench.py

  • Committer: Will Newton
  • Date: 2013-06-13 09:50:51 UTC
  • Revision ID: will.newton@linaro.org-20130613095051-iod99kehooj0no1z
Add support for bionic-a9 and bionic-a15.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
HAS = {
23
23
    'this': 'bounce memchr memcpy memset strchr strcpy strlen',
24
 
    'bionic': 'memcmp memcpy memset strcmp strcpy strlen',
 
24
    'bionic-a9': 'memcmp memcpy memset strcmp strcpy strlen',
 
25
    'bionic-a15': 'memcmp memcpy memset strcmp strcpy strlen',
25
26
    'bionic-c': ALL,
26
27
    'csl': 'memcpy memset',
27
28
    'glibc': 'memcpy memset strlen',