diff options
author | 2011-12-20 12:58:06 +0200 | |
---|---|---|
committer | 2012-01-13 16:38:40 +1100 | |
commit | 847cb7ef565d31484f426677e0bea081bfd2acd9 (patch) | |
tree | 7325f4ce5961e0d51ea4707119aeba80622991c3 /crypto/algapi.c | |
parent | crypto: blowfish-x86_64 - blacklist Pentium 4 (diff) | |
download | linux-rng-847cb7ef565d31484f426677e0bea081bfd2acd9.tar.xz linux-rng-847cb7ef565d31484f426677e0bea081bfd2acd9.zip |
crypto: serpent-sse2 - change transpose_4x4 to only use integer instructions
Matrix transpose macro in serpent-sse2 uses mix of SSE2 integer and SSE floating
point instructions, which might cause performance penality on some CPUs.
This patch replaces transpose_4x4 macro with version that uses only SSE2
integer instructions.
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/algapi.c')
0 files changed, 0 insertions, 0 deletions