Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Unified Diff: source/libvpx/vp8/common/x86/iwalsh_mmx.asm

Issue 13042014: Description: (Closed) Base URL: https://src.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: libvpx: Pull from upstream Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/vp8/common/vp8_asm_com_offsets.c ('k') | source/libvpx/vp8/common/x86/mfqe_sse2.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp8/common/x86/iwalsh_mmx.asm
===================================================================
--- source/libvpx/vp8/common/x86/iwalsh_mmx.asm (revision 191025)
+++ source/libvpx/vp8/common/x86/iwalsh_mmx.asm (working copy)
@@ -24,7 +24,7 @@
movq mm0, [rdx + 0] ;ip[0]
movq mm1, [rdx + 8] ;ip[4]
- movd mm7, rax
+ movq mm7, rax
movq mm2, [rdx + 16] ;ip[8]
movq mm3, [rdx + 24] ;ip[12]
« no previous file with comments | « source/libvpx/vp8/common/vp8_asm_com_offsets.c ('k') | source/libvpx/vp8/common/x86/mfqe_sse2.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698