Mercurial > hg > silvet
diff data/include/templates.h @ 114:b2f0967cb8d1 bqvec-openmp
Pull out shifted templates into separate arrays with proper alignment (trading off memory occupied against getting the alignments right)
author | Chris Cannam |
---|---|
date | Wed, 07 May 2014 09:43:15 +0100 |
parents | 97b77e7cb94c |
children |
line wrap: on
line diff
--- a/data/include/templates.h Wed May 07 09:08:52 2014 +0100 +++ b/data/include/templates.h Wed May 07 09:43:15 2014 +0100 @@ -15,7 +15,7 @@ const char *name; int lowest; int highest; - double data[SILVET_TEMPLATE_NOTE_COUNT][SILVET_TEMPLATE_SIZE]; + float data[SILVET_TEMPLATE_NOTE_COUNT][SILVET_TEMPLATE_SIZE]; } silvet_template_t; static int silvet_templates_lowest_note = 15;