Hey Wei Dai, Just letting you know your latest changes break compilation on Mac OS X. After checking out the lates revision and running make, the following error occurs:
... ... c++ -DNDEBUG -g -O2 -arch x86_64 -arch i386 -DCRYPTOPP_DISABLE_ASM - pipe -c cpu.cpp cpu.cpp: In function ‘bool CryptoPP::TrySSE2()’: cpu.cpp:133: error: ‘__mm128i’ was not declared in this scope cpu.cpp:133: error: expected `;' before ‘x’ cpu.cpp:134: error: ‘x’ was not declared in this scope cpu.cpp:134: error: ‘_mm_cvtsi128_si32’ was not declared in this scope Looking at the latest revisions it looks like the bug was introduced in revision 508. No rush to fix it. Love your work. -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com.
