diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llmath/m3math.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-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.h | 9 |
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 | ||
53 | static const U32 NUM_VALUES_IN_MAT3 = 3; | 53 | static const U32 NUM_VALUES_IN_MAT3 = 3; |
54 | #if LL_WINDOWS | ||
55 | __declspec( align(16) ) | ||
56 | #endif | ||
57 | class LLMatrix3 | 54 | class 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 | ||
147 | inline LLMatrix3::LLMatrix3(void) | 140 | inline LLMatrix3::LLMatrix3(void) |
148 | { | 141 | { |