Making RT buildable again by using intrin.h instead of xmmintrin.h in gauss.h

This commit is contained in:
natureh 510
2013-02-24 18:27:04 +01:00
parent 2b9308db27
commit 126f612cad

View File

@@ -26,7 +26,7 @@
#ifdef _OPENMP
#include <omp.h>
#endif
#include <xmmintrin.h>
#include <intrin.h>
// classical filtering if the support window is small: