Mercurial > hg > silvet
log src/EM.cpp @ 129:ef266e31534f
age | author | description |
---|---|---|
Wed, 07 May 2014 10:48:58 +0100 | Chris Cannam | Backed out changeset dfb6e5ce3eb1 -- it was arithmetically quite wrong! bqvec-openmp |
Wed, 07 May 2014 10:44:18 +0100 | Chris Cannam | Simplify normalisation bqvec-openmp |
Wed, 07 May 2014 10:38:21 +0100 | Chris Cannam | Eliminate a loop bqvec-openmp |
Wed, 07 May 2014 09:57:19 +0100 | Chris Cannam | Reorder the calculations to match the series of vector operations in the most recent bqvec code, just in case it's the order of vector calculations that is saving the time rather than the avoidance of std::vector timing |
Wed, 07 May 2014 09:43:15 +0100 | Chris Cannam | Pull out shifted templates into separate arrays with proper alignment (trading off memory occupied against getting the alignments right) bqvec-openmp |
Wed, 07 May 2014 09:08:52 +0100 | Chris Cannam | Simplify slightly, make HQ mode the default bqvec-openmp |