summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/delta.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-12-29 18:24:38 +0100
committerDan McGee <dan@archlinux.org>2012-01-01 04:03:24 +0100
commit39cb865e71432fbce826d7526b1006be0e036761 (patch)
treeec001cfec042f3de231395c634d3317ff9b45358 /lib/libalpm/delta.c
parentb264fb9e9ddcc31dc8782390309421965e507383 (diff)
downloadpacman-39cb865e71432fbce826d7526b1006be0e036761.tar.gz
pacman-39cb865e71432fbce826d7526b1006be0e036761.tar.xz
Simplify hash function to a single multiplication
More than likely the compiler will do the three operation breakdown we had here before (2 shifts + subtraction), but let the compiler do the optimizations and make the actual operation more obvious. This actually slightly shrinks the function binary size, likely due to instruction reordering or something. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/delta.c')
0 files changed, 0 insertions, 0 deletions