diff options
author | wm4 <wm4@nowhere> | 2012-07-29 17:31:38 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2012-07-30 01:38:14 +0200 |
commit | 43da1e78c40ba4f948bfe20536ccc18b2f25c8f7 (patch) | |
tree | e92a83bd2f1aeb0945092dbe24540c9eba84ca94 /libmpcodecs/pullup.h | |
parent | 74df1d8e05aa226c7e82a6d84f43c873ee234561 (diff) | |
download | mpv-43da1e78c40ba4f948bfe20536ccc18b2f25c8f7.tar.bz2 mpv-43da1e78c40ba4f948bfe20536ccc18b2f25c8f7.tar.xz |
Rip out 3DNOW support
Ancient AMD specific enhancement to the MMX instruction set. Officually
discontinued by AMD.
Note that support for this was already disabled in the previous commit.
This commit removes the actual code.
Diffstat (limited to 'libmpcodecs/pullup.h')
-rw-r--r-- | libmpcodecs/pullup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmpcodecs/pullup.h b/libmpcodecs/pullup.h index 0db8f6f894..99aaa45dc2 100644 --- a/libmpcodecs/pullup.h +++ b/libmpcodecs/pullup.h @@ -21,8 +21,6 @@ #define PULLUP_CPU_MMX 1 #define PULLUP_CPU_MMX2 2 -#define PULLUP_CPU_3DNOW 4 -#define PULLUP_CPU_3DNOWEXT 8 #define PULLUP_CPU_SSE 16 #define PULLUP_CPU_SSE2 32 |