Port optimized SHA256 SSE4 routines from KMD+BTC upstream

This commit is contained in:
Duke Leto
2019-11-27 20:38:36 -05:00
parent 3860b93eb3
commit 5b269c1922
5 changed files with 102 additions and 17 deletions

View File

@@ -413,6 +413,11 @@ crypto_libbitcoin_crypto_a_SOURCES = \
crypto/sha512.cpp \
crypto/sha512.h
if EXPERIMENTAL_ASM
crypto_libbitcoin_crypto_a_SOURCES += crypto/sha256_sse4.cpp
endif
if ENABLE_MINING
EQUIHASH_TROMP_SOURCES = \
pow/tromp/equi_miner.h \