Commit 6fcc9af0 authored by Måns Rullgård's avatar Måns Rullgård

simplify ALIGN_MASK definition

Originally committed as revision 12483 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b55aa9a9
......@@ -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