diff x86/dsputil_mmx.h @ 8816:53f9f3994ec8 libavcodec

convert ff_pw_64 into an xmm_reg for future use in vp6 sse code
author aurel
date Thu, 12 Feb 2009 23:48:07 +0000
parents 7a463923ecd1
children 8b9fc0c8f1cc
line wrap: on
line diff
--- a/x86/dsputil_mmx.h	Thu Feb 12 17:27:53 2009 +0000
+++ b/x86/dsputil_mmx.h	Thu Feb 12 23:48:07 2009 +0000
@@ -42,7 +42,7 @@
 extern const xmm_reg  ff_pw_28;
 extern const xmm_reg  ff_pw_32;
 extern const uint64_t ff_pw_42;
-extern const uint64_t ff_pw_64;
+extern const xmm_reg  ff_pw_64;
 extern const uint64_t ff_pw_96;
 extern const uint64_t ff_pw_128;
 extern const uint64_t ff_pw_255;