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

Unified Diff: source/libvpx/vpx_dsp/x86/quantize_ssse3_x86_64.asm

Issue 1317753005: Modify quantize_ssse3_x86_64.asm to trigger rebuilding (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vpx_dsp/x86/quantize_ssse3_x86_64.asm
diff --git a/source/libvpx/vpx_dsp/x86/quantize_ssse3_x86_64.asm b/source/libvpx/vpx_dsp/x86/quantize_ssse3_x86_64.asm
index 3784d9d2eb87319992d980c1414e16c5222f3cf7..820fbda03ea1b37b24e5744077beded7a7c19c7f 100644
--- a/source/libvpx/vpx_dsp/x86/quantize_ssse3_x86_64.asm
+++ b/source/libvpx/vpx_dsp/x86/quantize_ssse3_x86_64.asm
@@ -10,6 +10,7 @@
%include "third_party/x86inc/x86inc.asm"
+
SECTION_RODATA
pw_1: times 8 dw 1
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698