aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 372f5db29..72acdb8b4 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -589,6 +589,10 @@ bool AppInit2(boost::thread_group& threadGroup)
}
int64_t nStart;
+
+ #if defined(USE_SSE2)
+ scrypt_detect_sse2();
+ #endif
// ********************************************************* Step 5: verify wallet database integrity
#ifdef ENABLE_WALLET