diff --git a/simgear/math/simd.hxx b/simgear/math/simd.hxx index 122a8068..8eb9d6b4 100644 --- a/simgear/math/simd.hxx +++ b/simgear/math/simd.hxx @@ -506,7 +506,8 @@ inline simd4_tabs(simd4_t v) { # ifdef __AVX__ # include -# include +# include +//# include template class simd4_t diff --git a/simgear/math/simd4x4.hxx b/simgear/math/simd4x4.hxx index 0a774b2f..6cee42d1 100644 --- a/simgear/math/simd4x4.hxx +++ b/simgear/math/simd4x4.hxx @@ -517,7 +517,8 @@ inline simd4_t transform(const simd4x4_t& m, const simd # ifdef __AVX__ # include -# include +# include +//# include template<> class simd4x4_t