diff options
author | Nicolai Stange <[email protected]> | 2016-03-22 13:12:40 +0100 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2016-04-05 20:35:49 +0800 |
commit | f00fa2417b3e1252b1a761f88731af03afff4407 (patch) | |
tree | 1ba46a98908d23e0c95eb52b5e5a52173b7d06b9 /lib/cpu-notifier-error-inject.c | |
parent | d755290689646fa66cc4830ca55569f2c9863666 (diff) |
lib/mpi: mpi_read_buffer(): optimize skipping of leading zero limbs
Currently, if the number of leading zeros is greater than fits into a
complete limb, mpi_read_buffer() skips them by iterating over them
limb-wise.
Instead of skipping the high order zero limbs within the loop as shown
above, adjust the copying loop's bounds.
Signed-off-by: Nicolai Stange <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions