From bd421c381c73ef9d5164b26d8fd33177be3e1d68 Mon Sep 17 00:00:00 2001 From: Erik Hofman Date: Mon, 30 Jan 2017 12:53:52 +0100 Subject: [PATCH] Also make AVX available for simd4x4 --- simgear/math/simd4x4.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/math/simd4x4.hxx b/simgear/math/simd4x4.hxx index 8e8bb549..b24a20e8 100644 --- a/simgear/math/simd4x4.hxx +++ b/simgear/math/simd4x4.hxx @@ -486,7 +486,7 @@ inline simd4_t transform(const simd4x4_t& m, const simd # endif -# ifdef __AVX_unsupported__ +# ifdef __AVX__ # include template<>