diff options
Diffstat (limited to 'indra/llmath/m3math.h')
-rw-r--r-- | indra/llmath/m3math.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/indra/llmath/m3math.h b/indra/llmath/m3math.h index ac93ed86fb..c3798fca73 100644 --- a/indra/llmath/m3math.h +++ b/indra/llmath/m3math.h @@ -32,9 +32,6 @@ class LLQuaternion; static const U32 NUM_VALUES_IN_MAT3 = 3; -#if LL_WINDOWS -__declspec( align(16) ) -#endif class LLMatrix3 { public: @@ -119,11 +116,7 @@ class LLMatrix3 friend const LLMatrix3& operator*=(LLMatrix3 &a, const LLMatrix3 &b); // Return a * b friend std::ostream& operator<<(std::ostream& s, const LLMatrix3 &a); // Stream a -} -#if LL_DARWIN -__attribute__ ((aligned (16))) -#endif -; +}; inline LLMatrix3::LLMatrix3(void) { |