xflouris / libpll

Phylogenetic Likelihood Library
GNU Affero General Public License v3.0
27 stars 6 forks source link

AVX vectorization of tip-tip and tip-inner cases #62

Closed xflouris closed 8 years ago

xflouris commented 8 years ago

Adapt tip-tip and tip-inner to use AVX.

Note that, for both cases we need to take care of the padding that is required for an arbitrary number of states (see states_padded variable).

xflouris commented 8 years ago

finished.