From d170f0208ba713cb70ce2d1486f0b7f4712e0b5c Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 16 Apr 2007 00:18:32 +0000 Subject: [PATCH] MMX/SSE2 optimizations --- trunk/c5/modarith.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/c5/modarith.h b/trunk/c5/modarith.h index 4375c9f4..c0368e3f 100644 --- a/trunk/c5/modarith.h +++ b/trunk/c5/modarith.h @@ -150,7 +150,7 @@ public: private: Integer m_u; - mutable SecAlignedWordBlock m_workspace; + mutable IntegerSecBlock m_workspace; }; NAMESPACE_END