align halfbands

This commit is contained in:
Connor Olding 2015-12-10 11:25:15 -08:00
parent 0713b0d02d
commit 4199bfa7dc

View File

@ -10,7 +10,7 @@
// all should be initialized to 0
TEMPLATE
struct halfband_t {
struct halfband_t : public Aligned {
T ao[8], bo[8];
T at[8], bt[8];
T x1, x2, x3;