aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opencv/opencv/debian/100_amd64.diff
blob: ed7303473d9d46f74c141a8337e02850cca5ea76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: opencv-1.0.0/cxcore/include/cxtypes.h
===================================================================
--- opencv-1.0.0.orig/cxcore/include/cxtypes.h	2006-09-08 17:36:30.000000000 +0200
+++ opencv-1.0.0/cxcore/include/cxtypes.h	2006-11-14 10:18:21.000000000 +0100
@@ -63,7 +63,7 @@
   #endif
 
   #if defined WIN64 && defined EM64T && (defined _MSC_VER || defined CV_ICC) \
-      || defined __SSE2__ || defined _MM_SHUFFLE2
+      || defined __SSE2__ || defined _MM_SHUFFLE2 || defined __x86_64__
     #include <emmintrin.h>
     #define CV_SSE2 1
   #else