summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerjointmesh_sse2.cpp
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2007-07-12 22:18:34 +0000
committerBryan O'Sullivan <bos@lindenlab.com>2007-07-12 22:18:34 +0000
commit42f7199fdb37ee192fd567f41fb7e1130dc7978d (patch)
tree8510866a8d7fa6a93bc998af4e05601173dee41b /indra/newview/llviewerjointmesh_sse2.cpp
parentb55c8fe2da97e14d17f9c4130930343cc517a804 (diff)
svn merge -r65092:65220 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance-r64837
Diffstat (limited to 'indra/newview/llviewerjointmesh_sse2.cpp')
-rw-r--r--indra/newview/llviewerjointmesh_sse2.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerjointmesh_sse2.cpp b/indra/newview/llviewerjointmesh_sse2.cpp
index 84e50736ab..41f86d363f 100644
--- a/indra/newview/llviewerjointmesh_sse2.cpp
+++ b/indra/newview/llviewerjointmesh_sse2.cpp
@@ -38,6 +38,8 @@
#if LL_VECTORIZE
+static LLV4Matrix4 sJointMat[32];
+
inline void matrix_translate(LLV4Matrix4& m, const LLMatrix4* w, const LLVector3& j)
{
m.mV[VX] = _mm_loadu_ps(w->mMatrix[VX]);