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

Unified Diff: simd/jsimdext.inc

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/jdmrgss2-64.asm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: simd/jsimdext.inc
===================================================================
--- simd/jsimdext.inc (revision 78340)
+++ simd/jsimdext.inc (working copy)
@@ -38,16 +38,16 @@
; -- segment definition --
;
-%define SEG_TEXT .text align=16 public use32 class=CODE
-%define SEG_CONST .rdata align=16 public use32 class=CONST
+%define SEG_TEXT .text align=16 ; public use32 class=CODE
+%define SEG_CONST .rdata align=16 ; public use32 class=CONST
%elifdef WIN64 ; ----(nasm -fwin64 -DWIN64 ...)--------
; * Microsoft Visual C++
; -- segment definition --
;
-%define SEG_TEXT .text align=16 public use64 class=CODE
-%define SEG_CONST .rdata align=16 public use64 class=CONST
+%define SEG_TEXT .text align=16 ; public use64 class=CODE
+%define SEG_CONST .rdata align=16 ; public use64 class=CONST
%ifdef MSVC
%define EXTN(name) name ; foo() -> foo
%endif
« no previous file with comments | « simd/jdmrgss2-64.asm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698