Disable AVX support until someone figures out why it is not working properly

This commit is contained in:
Erik Hofman
2017-01-06 00:11:05 +01:00
parent fd34cc30b8
commit 14ebe0b618
2 changed files with 2 additions and 2 deletions

View File

@@ -504,7 +504,7 @@ inline simd4_t<float,N>abs(simd4_t<float,N> v) {
# endif
# ifdef __AVX__
# ifdef __AVX_unsupported__
# include <pmmintrin.h>
# include <immintrin.h>
//# include <avxintrin-emu.h>

View File

@@ -514,7 +514,7 @@ inline simd4_t<float,3> transform<float>(const simd4x4_t<float,4>& m, const simd
# endif
# ifdef __AVX__
# ifdef __AVX_unsupported__
# include <pmmintrin.h>
# include <immintrin.h>
//# include <avxintrin-emu.h>