summaryrefslogtreecommitdiff
path: root/trunk/simd
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-02-18 13:14:29 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-02-18 13:14:29 +0000
commitf9b51baf08a88564664aa734ad0d5267d1199391 (patch)
tree62262e78760e888285b5ec4979d722c214e983ec /trunk/simd
parent14128961be01734df300bd9da3972543ddaebb24 (diff)
MinGW64 requires that the functions be prefixed with an underscore. Visual C++ apparently doesn't
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@125 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/simd')
-rw-r--r--trunk/simd/jsimdext.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/trunk/simd/jsimdext.inc b/trunk/simd/jsimdext.inc
index d371a52..d0b47e6 100644
--- a/trunk/simd/jsimdext.inc
+++ b/trunk/simd/jsimdext.inc
@@ -47,7 +47,9 @@
;
%define SEG_TEXT .text align=16 public use64 class=CODE
%define SEG_CONST .rdata align=16 public use64 class=CONST
-;%define EXTN(name) name ; foo() -> foo
+%ifdef MSVC
+%define EXTN(name) name ; foo() -> foo
+%endif
%elifdef OBJ32 ; ----(nasm -fobj -DOBJ32 ...)----------
; * Borland C++ (Win32)