diff x86/dsputil_mmx.c @ 12143:fa452b243aa6 libavcodec

Make ff_pw_4 128 bits
author conrad
date Sun, 11 Jul 2010 22:52:55 +0000
parents d780ae746855
children b246b214c2e9
line wrap: on
line diff
--- a/x86/dsputil_mmx.c	Sun Jul 11 22:52:51 2010 +0000
+++ b/x86/dsputil_mmx.c	Sun Jul 11 22:52:55 2010 +0000
@@ -47,7 +47,7 @@
 {0x8000000080000000ULL, 0x8000000080000000ULL};
 
 DECLARE_ALIGNED(8,  const uint64_t, ff_pw_3  ) = 0x0003000300030003ULL;
-DECLARE_ALIGNED(8,  const uint64_t, ff_pw_4  ) = 0x0004000400040004ULL;
+DECLARE_ALIGNED(16, const xmm_reg,  ff_pw_4  ) = {0x0004000400040004ULL, 0x0004000400040004ULL};
 DECLARE_ALIGNED(16, const xmm_reg,  ff_pw_5  ) = {0x0005000500050005ULL, 0x0005000500050005ULL};
 DECLARE_ALIGNED(16, const xmm_reg,  ff_pw_8  ) = {0x0008000800080008ULL, 0x0008000800080008ULL};
 DECLARE_ALIGNED(8,  const uint64_t, ff_pw_15 ) = 0x000F000F000F000FULL;