summaryrefslogtreecommitdiff
path: root/integer.cpp
diff options
context:
space:
mode:
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 ***************