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

« back to all changes in this revision

Viewing changes to benchmarks/multi/harness.c

  • Committer: Will Newton
  • Date: 2013-06-17 07:36:38 UTC
  • Revision ID: will.newton@linaro.org-20130617073638-zkog7j9lp847tkii
Default alignment to 8 bytes rather than relying on malloc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
  /* Name of the test */
223
223
  const char *name = NULL;
224
224
  /* Alignment of both buffers */
225
 
  int alignment = -1;
 
225
  int alignment = 8;
226
226
 
227
227
  int opt;
228
228