Commit a54737f7 authored by multiple authors's avatar multiple authors Committed by Michael Niedermayer

libmpcodecs/cpudetect: update to latest from mplayer

Please see mplayer svn for authorship and individual commits
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0b6f34cc
...@@ -19,8 +19,6 @@ ...@@ -19,8 +19,6 @@
#ifndef MPLAYER_CPUDETECT_H #ifndef MPLAYER_CPUDETECT_H
#define MPLAYER_CPUDETECT_H #define MPLAYER_CPUDETECT_H
//#include "config.h"
#define CPUTYPE_I386 3 #define CPUTYPE_I386 3
#define CPUTYPE_I486 4 #define CPUTYPE_I486 4
#define CPUTYPE_I586 5 #define CPUTYPE_I586 5
...@@ -40,7 +38,10 @@ typedef struct cpucaps_s { ...@@ -40,7 +38,10 @@ typedef struct cpucaps_s {
int hasSSE2; int hasSSE2;
int hasSSE3; int hasSSE3;
int hasSSSE3; int hasSSSE3;
int hasSSE4;
int hasSSE42;
int hasSSE4a; int hasSSE4a;
int hasAVX;
int isX86; int isX86;
unsigned cl_size; /* size of cache line */ unsigned cl_size; /* size of cache line */
int hasAltiVec; int hasAltiVec;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment