Mercurial > libpostproc.hg
changeset 92:a8ed701a0873 libpostproc
simplify ALIGN_MASK definition
author | mru |
---|---|
date | Mon, 17 Mar 2008 23:44:46 +0000 |
parents | 8879eafb9431 |
children | 7c86da6ce78e |
files | postprocess_template.c |
diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/postprocess_template.c Mon Mar 17 23:08:19 2008 +0000 +++ b/postprocess_template.c Mon Mar 17 23:44:46 2008 +0000 @@ -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