Making RT buildable again by using intrin.h instead of xmmintrin.h in gauss.h
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#ifdef _OPENMP
|
||||
#include <omp.h>
|
||||
#endif
|
||||
#include <xmmintrin.h>
|
||||
#include <intrin.h>
|
||||
|
||||
// classical filtering if the support window is small:
|
||||
|
||||
|
Reference in New Issue
Block a user