summaryrefslogtreecommitdiff
path: root/integer.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-06-19 11:00:52 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-06-19 11:00:52 +0000
commitb4a1655de7edbacb1304fe6fa08574fab34d0b9a (patch)
treef092ca95cbd7b430af62c83d693d1b83d786ef79 /integer.cpp
parent4291b1ca1a471e146fb7e31767423a23f5b0f097 (diff)
downloadcryptopp-b4a1655de7edbacb1304fe6fa08574fab34d0b9a.tar.gz
disable x86 assembly on systems without GNU as 2.10 or later
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@171 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'integer.cpp')
-rw-r--r--integer.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/integer.cpp b/integer.cpp
index ecab41c..79214a2 100644
--- a/integer.cpp
+++ b/integer.cpp
@@ -865,8 +865,7 @@ void Portable::Multiply8Bottom(word *R, const word *A, const word *B)
#undef SquAcc
#undef SaveSquAcc
-// CodeWarrior defines _MSC_VER
-#if (defined(_MSC_VER) && !defined(__MWERKS__) && defined(_M_IX86)) || (defined(__GNUC__) && defined(__i386__))
+#ifdef CRYPTOPP_X86ASM_AVAILABLE
// ************** x86 feature detection ***************