mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 12:27:18 +00:00
simplify ALIGN_MASK definition
Originally committed as revision 12483 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b55aa9a904
commit
6fcc9af012
@ -25,12 +25,7 @@
|
|||||||
|
|
||||||
#include "x86_cpu.h"
|
#include "x86_cpu.h"
|
||||||
|
|
||||||
#ifdef ARCH_X86_64
|
#define ALIGN_MASK "$-8"
|
||||||
# define ALIGN_MASK "$0xFFFFFFFFFFFFFFF8"
|
|
||||||
#else
|
|
||||||
# define ALIGN_MASK "$0xFFFFFFF8"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#undef PAVGB
|
#undef PAVGB
|
||||||
#undef PMINUB
|
#undef PMINUB
|
||||||
|
Loading…
Reference in New Issue
Block a user