diff options
author | Kent Overstreet <kmo@daterainc.com> | 2013-08-21 18:36:45 -0700 |
---|---|---|
committer | Kent Overstreet <kmo@daterainc.com> | 2013-11-10 21:56:42 -0800 |
commit | 098fb25498214069e6bbf908515f2952dd7654d0 (patch) | |
tree | f170596e7abb95f78a6b89044945aaea81919214 /crypto/rmd256.c | |
parent | 28935ab5163c49ca5c199d67335e5e3c72c50853 (diff) |
bcache: Delete some slower inline asm
Never saw a profile of bset_search_tree() where it wasn't bottlenecked
on memory until I got my new Haswell machine, but when I tried it there
it was suddenly burning 20% of the cpu in the inner loop on shrd...
Turns out, the version of shrd that takes 64 bit operands has a 9 cycle
latency. hah.
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
Diffstat (limited to 'crypto/rmd256.c')
0 files changed, 0 insertions, 0 deletions