diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-12-15 12:48:07 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-12-15 12:48:07 -0500 |
commit | e4a1b12e7a9c4bb8cbc2a1e41fddb8cec5a1b1e0 (patch) | |
tree | a74d7e087c6c440e31e319f76f90beb315a27617 /indra/llmath/llmatrix3a.h | |
parent | e68d5e248f73180def7c8928b32482347dd91de4 (diff) |
SH-2789 WIP - build without tcmalloc, force alignment in various places
Diffstat (limited to 'indra/llmath/llmatrix3a.h')
-rw-r--r-- | indra/llmath/llmatrix3a.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llmatrix3a.h b/indra/llmath/llmatrix3a.h index adb7e3389d..9916cfd2da 100644 --- a/indra/llmath/llmatrix3a.h +++ b/indra/llmath/llmatrix3a.h @@ -111,7 +111,7 @@ public: protected: - LLVector4a mColumns[3]; + LL_ALIGN_16(LLVector4a mColumns[3]); }; |