• Michael Munday's avatar
    crypto/sha512: add s390x assembly implementation · 24a29728
    Michael Munday authored
    Renames block to blockGeneric so that it can be called when the
    assembly feature check fails. This means making block a var on
    platforms without an assembly implementation (similar to the sha1
    package).
    
    Also adds a test to check that the fallback path works correctly
    when the feature check fails.
    
    name        old speed      new speed       delta
    Hash8Bytes  7.13MB/s ± 2%  19.89MB/s ± 1%  +178.82%   (p=0.000 n=9+10)
    Hash1K       121MB/s ± 1%    661MB/s ± 1%  +444.54%   (p=0.000 n=10+9)
    Hash8K       137MB/s ± 0%    918MB/s ± 1%  +569.29%  (p=0.000 n=10+10)
    
    Change-Id: Id65dd6e943f14eeffe39a904dc88065fc6a60179
    Reviewed-on: https://go-review.googlesource.com/22402Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    Run-TryBot: Michael Munday <munday@ca.ibm.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    24a29728
Name
Last commit
Last update
..
fallback_test.go Loading commit data...
sha512.go Loading commit data...
sha512_test.go Loading commit data...
sha512block.go Loading commit data...
sha512block_amd64.s Loading commit data...
sha512block_decl.go Loading commit data...
sha512block_generic.go Loading commit data...
sha512block_s390x.go Loading commit data...
sha512block_s390x.s Loading commit data...