]> git.ipfire.org Git - thirdparty/rng-tools.git/commit
rdrand_asm.S: On x86-64 we have enough registers, avoid repeated loads
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 25 Feb 2014 05:49:58 +0000 (21:49 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 4 Mar 2014 22:45:52 +0000 (14:45 -0800)
commitc851f481cd16b1bd0442c8baa9c4ed12ceb86de3
tree8c872f805a516428dfd47f6ac64250b37f3dfb39
parent795666e61962e8d781390713cb9cd39043f5c334
rdrand_asm.S: On x86-64 we have enough registers, avoid repeated loads

On x86-64 there are enough registers that there really is no point in
using a repeated memory operand for the key material.  Load it into a
register instead, hopefully it will be slightly faster.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
rdrand_asm.S