OSDN Git Service

simplify ALIGN_MASK definition
authorMåns Rullgård <mans@mansr.com>
Mon, 17 Mar 2008 23:44:46 +0000 (23:44 +0000)
committerMåns Rullgård <mans@mansr.com>
Mon, 17 Mar 2008 23:44:46 +0000 (23:44 +0000)
Originally committed as revision 12483 to svn://svn.ffmpeg.org/ffmpeg/trunk

libpostproc/postprocess_template.c

index 3904d4d..74d8a5f 100644 (file)
 
 #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