aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/m4math.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llmath/m4math.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/linden/indra/llmath/m4math.h b/linden/indra/llmath/m4math.h
index fe9b26a..7de29ed 100644
--- a/linden/indra/llmath/m4math.h
+++ b/linden/indra/llmath/m4math.h
@@ -92,9 +92,6 @@ class LLQuaternion;
92 92
93static const U32 NUM_VALUES_IN_MAT4 = 4; 93static const U32 NUM_VALUES_IN_MAT4 = 4;
94 94
95#if LL_WINDOWS
96__declspec(align(16))
97#endif
98class LLMatrix4 95class LLMatrix4
99{ 96{
100public: 97public:
@@ -237,11 +234,7 @@ public:
237 friend const LLMatrix4& operator*=(LLMatrix4 &a, const F32 &b); // Return a * b 234 friend const LLMatrix4& operator*=(LLMatrix4 &a, const F32 &b); // Return a * b
238 235
239 friend std::ostream& operator<<(std::ostream& s, const LLMatrix4 &a); // Stream a 236 friend std::ostream& operator<<(std::ostream& s, const LLMatrix4 &a); // Stream a
240} 237};
241#if LL_DARWIN
242__attribute__ ((aligned (16)))
243#endif
244;
245 238
246 239
247inline LLMatrix4::LLMatrix4() 240inline LLMatrix4::LLMatrix4()