[PATCH] D26890: SHA1: unroll loop in hashBlock.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 19 16:48:01 PST 2016
ruiu added a comment.
If I do not unroll the loop, computing a hash on a file worsened from 4.16 seconds to 5.77, so there's definitely an impact.
https://reviews.llvm.org/D26890
More information about the llvm-commits
mailing list