8-way AVX2 implementation for double SHA256 on 64-byte inputs

This commit is contained in:
Pieter Wuille
2017-09-27 01:45:12 -07:00
parent 230294bf5f
commit 4437d6e1f3
8 changed files with 402 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ bench_bench_bitcoin_LDADD = \
$(LIBBITCOIN_CONSENSUS) \
$(LIBBITCOIN_CRYPTO) \
$(LIBBITCOIN_CRYPTO_SSE41) \
$(LIBBITCOIN_CRYPTO_AVX2) \
$(LIBLEVELDB) \
$(LIBLEVELDB_SSE42) \
$(LIBMEMENV) \