Commit 6d4203a7 authored by mru's avatar mru

simplify ALIGN_MASK definition


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12483 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3c70197c
......@@ -25,12 +25,7 @@
#include "x86_cpu.h"
#ifdef ARCH_X86_64
# define ALIGN_MASK "$0xFFFFFFFFFFFFFFF8"
#else
# define ALIGN_MASK "$0xFFFFFFF8"
#endif
#define ALIGN_MASK "$-8"
#undef PAVGB
#undef PMINUB
......
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