Compilation problem on i586, Issue 1780

This commit is contained in:
Ingo
2013-03-16 12:46:52 +01:00
parent cc32c232a4
commit 0ad593a8b2
2 changed files with 4 additions and 3 deletions

View File

@@ -21,9 +21,10 @@
#include "gauss.h"
#include "bilateral2.h"
#include "rt_math.h"
#include "sleef.c"
#include "sleef.c"
#ifdef __SSE2__
#include "sleefsseavx.c"
#endif
#ifdef _OPENMP
#include <omp.h>
#endif

View File

@@ -8,7 +8,6 @@
//#include "sleefsseavx.h"
#ifdef __SSE2__
#include "helpersse2.h"
#endif
#ifdef ENABLE_AVX
#include "helperavx.h"
@@ -1292,4 +1291,5 @@ static INLINE vfloat xcbrtf(vfloat d) {
return y;
}
#endif // __SSE2__
#endif // SLEEFSSEAVX