From 32dd262151e644a67a54442b0b027ccaf78f8e67 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 24 Sep 2007 03:52:17 +0000 Subject: remove -msse2 since we don't use SSE2 intrinsics anymore git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@403 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- panama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'panama.cpp') diff --git a/panama.cpp b/panama.cpp index 2f0ef3a..cc4511e 100644 --- a/panama.cpp +++ b/panama.cpp @@ -293,7 +293,7 @@ void Panama_SSE2_Pull(size_t count, word32 *state, word32 *z, const word32 *y) : "%r8", "%r9", "r10", "%eax", "memory", "cc", "%xmm0", "%xmm1", "%xmm2", "%xmm3", "%xmm4", "%xmm5", "%xmm6", "%xmm7" #else : "c" (count), "d" (state), "S" (z), "D" (y) - : "%eax", "memory", "cc", "%xmm0", "%xmm1", "%xmm2", "%xmm3", "%xmm4", "%xmm5", "%xmm6", "%xmm7" + : "%eax", "memory", "cc" #endif ); #endif -- cgit v1.2.1