Mercurial > mplayer.hg
comparison libvo/aclib.c @ 20577:6289755ce7c7
ARCH_X86 simplifications
author | reimar |
---|---|
date | Wed, 01 Nov 2006 18:41:25 +0000 |
parents | e047e70a9767 |
children | fa66a03e8920 |
comparison
equal
deleted
inserted
replaced
20576:9e7c80f126d6 | 20577:6289755ce7c7 |
---|---|
15 #define BLOCK_SIZE 4096 | 15 #define BLOCK_SIZE 4096 |
16 #define CONFUSION_FACTOR 0 | 16 #define CONFUSION_FACTOR 0 |
17 //Feel free to fine-tune the above 2, it might be possible to get some speedup with them :) | 17 //Feel free to fine-tune the above 2, it might be possible to get some speedup with them :) |
18 | 18 |
19 //#define STATISTICS | 19 //#define STATISTICS |
20 #if defined(ARCH_X86) || defined(ARCH_X86_64) | 20 #ifdef ARCH_X86 |
21 #define CAN_COMPILE_X86_ASM | 21 #define CAN_COMPILE_X86_ASM |
22 #endif | 22 #endif |
23 | 23 |
24 //Note: we have MMX, MMX2, 3DNOW version there is no 3DNOW+MMX2 one | 24 //Note: we have MMX, MMX2, 3DNOW version there is no 3DNOW+MMX2 one |
25 //Plain C versions | 25 //Plain C versions |