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

Unified Diff: simd/jdclrss2-64.asm

Issue 6883217: Fix yasm warnings in libjpeg-turbo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libjpeg_turbo/
Patch Set: '' Created 9 years, 8 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 | « simd/jdclrss2.asm ('k') | simd/jdmrgmmx.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: simd/jdclrss2-64.asm
===================================================================
--- simd/jdclrss2-64.asm (revision 78340)
+++ simd/jdclrss2-64.asm (working copy)
@@ -20,8 +20,12 @@
%include "jcolsamp.inc"
; --------------------------------------------------------------------------
+%ifndef NEED_SECTION
+%define NEED_SECTION
SECTION SEG_TEXT
BITS 64
+%endif
+
;
; Convert some rows of samples to the output colorspace.
;
« no previous file with comments | « simd/jdclrss2.asm ('k') | simd/jdmrgmmx.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698