# HG changeset patch # User diego # Date 1229474385 0 # Node ID c30b92cf446b62ad8e635d6c0c145f711585aea0 # Parent 1ef90fd7706aed317ee3a0340d123cc1b5ee2cec Remove obsolete and misleading comments. diff -r 1ef90fd7706a -r c30b92cf446b armv4l/dsputil_iwmmxt_rnd_template.c --- a/armv4l/dsputil_iwmmxt_rnd_template.c Tue Dec 16 22:16:11 2008 +0000 +++ b/armv4l/dsputil_iwmmxt_rnd_template.c Wed Dec 17 00:39:45 2008 +0000 @@ -19,10 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/* This header intentionally has no multiple inclusion guards. It is meant to - * be included multiple times and generates different code depending on the - * value of certain #defines. */ - void DEF(put, pixels8)(uint8_t *block, const uint8_t *pixels, const int line_size, int h) { int stride = line_size; diff -r 1ef90fd7706a -r c30b92cf446b i386/dsputil_mmx_avg_template.c --- a/i386/dsputil_mmx_avg_template.c Tue Dec 16 22:16:11 2008 +0000 +++ b/i386/dsputil_mmx_avg_template.c Wed Dec 17 00:39:45 2008 +0000 @@ -24,10 +24,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/* This header intentionally has no multiple inclusion guards. It is meant to - * be included multiple times and generates different code depending on the - * value of certain #defines. */ - /* XXX: we use explicit registers to avoid a gcc 2.95.2 register asm clobber bug - now it will work with 2.95.2 and also with -fPIC */ diff -r 1ef90fd7706a -r c30b92cf446b i386/dsputil_mmx_qns_template.c --- a/i386/dsputil_mmx_qns_template.c Tue Dec 16 22:16:11 2008 +0000 +++ b/i386/dsputil_mmx_qns_template.c Wed Dec 17 00:39:45 2008 +0000 @@ -22,10 +22,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/* This header intentionally has no multiple inclusion guards. It is meant to - * be included multiple times and generates different code depending on the - * value of certain #defines. */ - #define MAX_ABS (512 >> (SCALE_OFFSET>0 ? SCALE_OFFSET : 0)) static int DEF(try_8x8basis)(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale) diff -r 1ef90fd7706a -r c30b92cf446b i386/dsputil_mmx_rnd_template.c --- a/i386/dsputil_mmx_rnd_template.c Tue Dec 16 22:16:11 2008 +0000 +++ b/i386/dsputil_mmx_rnd_template.c Wed Dec 17 00:39:45 2008 +0000 @@ -24,10 +24,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/* This header intentionally has no multiple inclusion guards. It is meant to - * be included multiple times and generates different code depending on the - * value of certain #defines. */ - // put_pixels static void DEF(put, pixels8_x2)(uint8_t *block, const uint8_t *pixels, int line_size, int h) { diff -r 1ef90fd7706a -r c30b92cf446b imgconvert_template.c --- a/imgconvert_template.c Tue Dec 16 22:16:11 2008 +0000 +++ b/imgconvert_template.c Wed Dec 17 00:39:45 2008 +0000 @@ -19,10 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/* This header intentionally has no multiple inclusion guards. It is meant to - * be included multiple times and generates different code depending on the - * value of certain #defines. */ - #ifndef RGB_OUT #define RGB_OUT(d, r, g, b) RGBA_OUT(d, r, g, b, 0xff) #endif