[Pkg-bitcoin-commits] [bitcoin] 04/18: Release Notes: Fix SHA256-with-SSE4 PR link

Jonas Smedegaard dr at jones.dk
Thu Sep 14 08:06:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository bitcoin.

commit 58f1e54cbfae6dab82d9192e3147c860f5a29c8c
Author: Janus Troelsen <ysangkok at gmail.com>
Date:   Wed Sep 6 12:30:44 2017 +0200

    Release Notes: Fix SHA256-with-SSE4 PR link
---
 doc/release-notes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/release-notes.md b/doc/release-notes.md
index 01670aa..3d70077 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -86,7 +86,7 @@ Initial Block Download, startup, transaction and block validation much faster:
   this results in new block validation being 40-50% faster.
 - LevelDB has been upgraded to version 1.20 (See [PR 10544](https://github.com/bitcoin/bitcoin/pull/10544)). This version contains hardware acceleration for CRC
   on architectures supporting SSE 4.2. As a result, synchronization and block validation are now faster.
-- SHA256 hashing has been optimized for architectures supporting SSE 4 (See [PR 10182](https://github.com/bitcoin/bitcoin/pull/10182)). SHA256 is around
+- SHA256 hashing has been optimized for architectures supporting SSE 4 (See [PR 10821](https://github.com/bitcoin/bitcoin/pull/10821)). SHA256 is around
   50% faster on supported hardware, which results in around 5% faster IBD and block
   validation. In version 0.15, SHA256 hardware optimization is disabled in release builds by
   default, but can be enabled by using `--enable-experimental-asm` when building.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/bitcoin.git



More information about the Pkg-bitcoin-commits mailing list