~rsandifo/+junk/loop-microbenchmarks

« back to all changes in this revision

Viewing changes to scripts/generate.tcl

  • Committer: Richard Sandiford
  • Date: 2011-09-06 13:40:50 UTC
  • Revision ID: richard.sandiford@linaro.org-20110906134050-mjbf3jzxk0p3b23o
Try to stablise the times a bit more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
281
281
 
282
282
[text_foreach group { base peak } \
283
283
     {[text_foreach { type name dims } $arrays \
284
 
           {[array_decl $type ${group}_$name $dims] __attribute__((aligned(16)))}]} \
 
284
           {[array_decl $type ${group}_$name $dims] __attribute__((aligned(32)))}]} \
285
285
     {[text_foreach { type name value } $outputs \
286
286
           {$type ${group}_$name;}]} \
287
287
     ""]