try to auto-detect whether to use 128-bit 4-way SSE2

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@150 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
s_nakamoto
2010-09-09 01:00:40 +00:00
parent 3f64753779
commit 7629d36a53
4 changed files with 71 additions and 5 deletions

View File

@@ -184,8 +184,8 @@ public:
void deallocate(void *p, size_type n)
{
//// Bitcoin: can't figure out why this is tripping on a few compiles.
//assert(false);
//// Bitcoin: don't know why this trips, probably a false alarm, depends on the compiler used.
//assert(false);
}
size_type max_size() const {return 0;}