RPC scaninput: replace Intel implementation of sha256 with the one from cpuminer.
authorCryptoManiac <balthazar@yandex.ru>
Sun, 11 Oct 2015 01:31:45 +0000 (18:31 -0700)
committerCryptoManiac <balthazar@yandex.ru>
Sun, 11 Oct 2015 01:32:57 +0000 (18:32 -0700)
commit961a3c4f1132805426c904e411bfdfafa31bda77
treeed7438ca9c2c2543345babfcf87fe07a01aee76e
parent082777fd948603c9dfaf6dc19646576e2487d2f1
RPC scaninput: replace Intel implementation of sha256 with the one from cpuminer.

Intel implementatio is still better in terms of performance, but loses in terms of compatibility. I think we have to think about using it in the near future.
12 files changed:
novacoin-qt.pro
src/crypto/sha2/asm/sha2-arm.S [new file with mode: 0644]
src/crypto/sha2/asm/sha2-x86.S [new file with mode: 0644]
src/crypto/sha2/asm/sha2-x86_64.S [new file with mode: 0644]
src/crypto/sha2/asm/sha256_avx1.asm [deleted file]
src/crypto/sha2/asm/sha256_sse4.asm [deleted file]
src/kernel.cpp
src/makefile.bsd
src/makefile.linux-mingw
src/makefile.mingw
src/makefile.osx
src/makefile.unix