From 14ebe0b618339fce98ec8ec3ec4140e67658c335 Mon Sep 17 00:00:00 2001 From: Erik Hofman Date: Fri, 6 Jan 2017 00:11:05 +0100 Subject: [PATCH] Disable AVX support until someone figures out why it is not working properly --- simgear/math/simd.hxx | 2 +- simgear/math/simd4x4.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/simgear/math/simd.hxx b/simgear/math/simd.hxx index 35508b7b..81782efa 100644 --- a/simgear/math/simd.hxx +++ b/simgear/math/simd.hxx @@ -504,7 +504,7 @@ inline simd4_tabs(simd4_t v) { # endif -# ifdef __AVX__ +# ifdef __AVX_unsupported__ # include # include //# include diff --git a/simgear/math/simd4x4.hxx b/simgear/math/simd4x4.hxx index f27a4008..a199d5bb 100644 --- a/simgear/math/simd4x4.hxx +++ b/simgear/math/simd4x4.hxx @@ -514,7 +514,7 @@ inline simd4_t transform(const simd4x4_t& m, const simd # endif -# ifdef __AVX__ +# ifdef __AVX_unsupported__ # include # include //# include