diff i386/dsputil_mmx.c @ 6329:5969caa9190d libavcodec

clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code.
author lorenm
date Tue, 05 Feb 2008 01:16:48 +0000
parents 5b3e72f4bd4e
children c57670e07668
line wrap: on
line diff
--- a/i386/dsputil_mmx.c	Mon Feb 04 20:03:08 2008 +0000
+++ b/i386/dsputil_mmx.c	Tue Feb 05 01:16:48 2008 +0000
@@ -54,7 +54,7 @@
 DECLARE_ALIGNED_8 (const uint64_t, ff_pw_15 ) = 0x000F000F000F000FULL;
 DECLARE_ALIGNED_8 (const uint64_t, ff_pw_16 ) = 0x0010001000100010ULL;
 DECLARE_ALIGNED_8 (const uint64_t, ff_pw_20 ) = 0x0014001400140014ULL;
-DECLARE_ALIGNED_16(const uint64_t, ff_pw_32[2]) = {0x0020002000200020ULL, 0x0020002000200020ULL};
+DECLARE_ALIGNED_16(const xmm_t,    ff_pw_32 ) = {0x0020002000200020ULL, 0x0020002000200020ULL};
 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;