Commit 99a643c8 authored by rfelker's avatar rfelker

1000l

btw what is the sense in all these nonsense REAL_* macros?
the extra level of indirection seems to help nothing...
can we reverse that and commit a sane replacement?


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3587 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b3426197
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
#ifdef HAVE_MMX2 #ifdef HAVE_MMX2
#define REAL_PAVGB(a,b) "pavgb " #a ", " #b " \n\t" #define REAL_PAVGB(a,b) "pavgb " #a ", " #b " \n\t"
#elif defined (HAVE_3DNOW) #elif defined (HAVE_3DNOW)
#define REAL_RPAVGB(a,b) "pavgusb " #a ", " #b " \n\t" #define REAL_PAVGB(a,b) "pavgusb " #a ", " #b " \n\t"
#endif #endif
#define PAVGB(a,b) REAL_PAVGB(a,b) #define PAVGB(a,b) REAL_PAVGB(a,b)
......
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