]> git.ozlabs.org Git - ccan/commit
crypto/sha256: include Intel ASM versions in benchmarks.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 25 Jun 2015 07:21:07 +0000 (16:51 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 25 Jun 2015 07:48:29 +0000 (17:18 +0930)
commitbe7d990d97fd2dcbb73915c4b9b98512dee96ba7
treec6a0a42abc65bcfd5ec949a6d658c52567a2182d
parent02e6fb3c3422b8af26133638bca38c8a5a5fa3fb
crypto/sha256: include Intel ASM versions in benchmarks.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/crypto/sha256/benchmarks/Makefile
ccan/crypto/sha256/benchmarks/double-sha-bench.c
ccan/crypto/sha256/benchmarks/sha256_avx1.asm [new file with mode: 0644]
ccan/crypto/sha256/benchmarks/sha256_avx2_rorx2.asm [new file with mode: 0644]
ccan/crypto/sha256/benchmarks/sha256_avx2_rorx8.asm [new file with mode: 0644]
ccan/crypto/sha256/benchmarks/sha256_sse4.asm [new file with mode: 0644]