summaryrefslogtreecommitdiff
path: root/src/ext/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-18 10:43:46 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-18 10:43:46 -0400
commitaaa33f144c4ad0db0c067df2f6703790be400acb (patch)
tree1b8f954a3c35d47911fc6ffd4549d0d698eb816b /src/ext/include.am
parent204f7255f4c06fe12d99e785b91ea2fb18047018 (diff)
downloadtor-aaa33f144c4ad0db0c067df2f6703790be400acb.tar.gz
tor-aaa33f144c4ad0db0c067df2f6703790be400acb.zip
csiphash: don't attempt unaligned access
In digestmap_set/get benchmarks, doing unaligned access on x86 doesn't save more than a percent or so in the fast case. In the slow case (where we cross a cache line), it could be pretty expensive. It also makes ubsan unhappy.
Diffstat (limited to 'src/ext/include.am')
0 files changed, 0 insertions, 0 deletions