diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmath/m4math.h | 9 |
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 | ||
93 | static const U32 NUM_VALUES_IN_MAT4 = 4; | 93 | static const U32 NUM_VALUES_IN_MAT4 = 4; |
94 | 94 | ||
95 | #if LL_WINDOWS | ||
96 | __declspec(align(16)) | ||
97 | #endif | ||
98 | class LLMatrix4 | 95 | class LLMatrix4 |
99 | { | 96 | { |
100 | public: | 97 | public: |
@@ -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 | ||
247 | inline LLMatrix4::LLMatrix4() | 240 | inline LLMatrix4::LLMatrix4() |