summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-12 10:50:21 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-12 10:50:21 +0000
commitcb9716ac6e5d12a778f98030ca36b5403b7c12a2 (patch)
tree2af0c90b0384597a139ea5431148e8967d4c2b05 /cpudetect.h
parenta0735f585933ca7834285fab5191ec867d9f936e (diff)
downloadmpv-cb9716ac6e5d12a778f98030ca36b5403b7c12a2.tar.bz2
mpv-cb9716ac6e5d12a778f98030ca36b5403b7c12a2.tar.xz
SSE3 support patch by Zhou Zongyi, zhouzongyi pset.suntec net
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28936 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cpudetect.h')
-rw-r--r--cpudetect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpudetect.h b/cpudetect.h
index 2cc99d47eb..f31bf07dff 100644
--- a/cpudetect.h
+++ b/cpudetect.h
@@ -46,6 +46,7 @@ typedef struct cpucaps_s {
int has3DNowExt;
int hasSSE;
int hasSSE2;
+ int hasSSE3;
int hasSSSE3;
int hasSSE4a;
int isX86;