summaryrefslogtreecommitdiff
path: root/vmac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmac.cpp')
-rwxr-xr-xvmac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmac.cpp b/vmac.cpp
index c503d98..f252d02 100755
--- a/vmac.cpp
+++ b/vmac.cpp
@@ -141,7 +141,7 @@ VMAC_Base::VHASH_Update_SSE2(const word64 *data, size_t blocksRemainingInWord64,
AS2( mov %1, %%ebx)
".intel_syntax noprefix;"
#else
- #if _MSC_VER < 1300
+ #if _MSC_VER < 1300 || defined(__INTEL_COMPILER)
word32 L1KeyLength = m_L1KeyLength;
char isFirstBlock = m_isFirstBlock;
AS2( mov ebx, [L1KeyLength])