# HG changeset patch # User lorenm # Date 1202269913 0 # Node ID beb52d4a5efe5f608e7fe8c66317b4cd5dfb02ff # Parent f2c6708aebf9fea3ec56fbca213f25b9d5f2d9ef constant was excessively aligned diff -r f2c6708aebf9 -r beb52d4a5efe i386/dsputil_mmx.c --- a/i386/dsputil_mmx.c Tue Feb 05 18:39:55 2008 +0000 +++ b/i386/dsputil_mmx.c Wed Feb 06 03:51:53 2008 +0000 @@ -58,7 +58,7 @@ DECLARE_ALIGNED_8 (const uint64_t, ff_pw_42 ) = 0x002A002A002A002AULL; DECLARE_ALIGNED_8 (const uint64_t, ff_pw_64 ) = 0x0040004000400040ULL; DECLARE_ALIGNED_8 (const uint64_t, ff_pw_96 ) = 0x0060006000600060ULL; -DECLARE_ALIGNED_16(const uint64_t, ff_pw_128) = 0x0080008000800080ULL; +DECLARE_ALIGNED_8 (const uint64_t, ff_pw_128) = 0x0080008000800080ULL; DECLARE_ALIGNED_8 (const uint64_t, ff_pb_1 ) = 0x0101010101010101ULL; DECLARE_ALIGNED_8 (const uint64_t, ff_pb_3 ) = 0x0303030303030303ULL;