diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-01-26 14:07:37 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-01-26 14:07:37 -0500 |
commit | 0b16411d302c940ff98ae5529821d9b5a4dbfbd7 (patch) | |
tree | 306b8a4cbf45515dfe482df4f5dbdff8810d835b /indra/llmath | |
parent | c0fffdea8812e5eed8da9f341d3bfc9590301ada (diff) |
assert fix for mempyNonAliased16 call
Diffstat (limited to 'indra/llmath')
-rwxr-xr-x | indra/llmath/tests/alignment_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmath/tests/alignment_test.cpp b/indra/llmath/tests/alignment_test.cpp index 044e05e961..8961b9d6d5 100755 --- a/indra/llmath/tests/alignment_test.cpp +++ b/indra/llmath/tests/alignment_test.cpp @@ -62,6 +62,7 @@ class MyVector4a LLQuad mQ;
} LL_ALIGN_POSTFIX(16);
+
// Verify that aligned allocators perform as advertised.
template<> template<>
void alignment_test_object_t::test<1>()
|