wrap sha256.cpp in FOURWAYSSE2 #ifdef

This commit is contained in:
Satoshi Nakamoto 2010-08-16 20:52:36 +00:00 committed by Gavin Andresen
parent 019b456605
commit c923cdbd5b
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
#ifdef FOURWAYSSE2
#include <string.h>
#include <assert.h>
@ -417,3 +419,5 @@ void Double_BlockSHA256(const void* pin, void* pad, const void *pre, unsigned in
}
}
#endif // FOURWAYSSE2