aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/m3math.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llmath/m3math.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/llmath/m3math.h')
-rw-r--r--linden/indra/llmath/m3math.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/linden/indra/llmath/m3math.h b/linden/indra/llmath/m3math.h
index 74c5203..494856a 100644
--- a/linden/indra/llmath/m3math.h
+++ b/linden/indra/llmath/m3math.h
@@ -51,9 +51,6 @@ class LLQuaternion;
51 51
52 52
53static const U32 NUM_VALUES_IN_MAT3 = 3; 53static const U32 NUM_VALUES_IN_MAT3 = 3;
54#if LL_WINDOWS
55__declspec( align(16) )
56#endif
57class LLMatrix3 54class LLMatrix3
58{ 55{
59 public: 56 public:
@@ -138,11 +135,7 @@ class LLMatrix3
138 friend const LLMatrix3& operator*=(LLMatrix3 &a, const LLMatrix3 &b); // Return a * b 135 friend const LLMatrix3& operator*=(LLMatrix3 &a, const LLMatrix3 &b); // Return a * b
139 136
140 friend std::ostream& operator<<(std::ostream& s, const LLMatrix3 &a); // Stream a 137 friend std::ostream& operator<<(std::ostream& s, const LLMatrix3 &a); // Stream a
141} 138};
142#if LL_DARWIN
143__attribute__ ((aligned (16)))
144#endif
145;
146 139
147inline LLMatrix3::LLMatrix3(void) 140inline LLMatrix3::LLMatrix3(void)
148{ 141{