diff --git a/simgear/math/simd4x4.hxx b/simgear/math/simd4x4.hxx index da0fddfb..3a3cdf6a 100644 --- a/simgear/math/simd4x4.hxx +++ b/simgear/math/simd4x4.hxx @@ -93,14 +93,14 @@ public: inline simd4x4_t& operator+=(const simd4x4_t& m) { for (int i=0; i& operator-=(const simd4x4_t& m) { for (int i=0; i inline simd4x4_t& operator*=(S s) { for (int i=0; i