aboutsummaryrefslogtreecommitdiff
path: root/source/compare_common.cc
AgeCommit message (Expand)Author
2021-04-01clang-tidy appliedFrank Barchard
2018-04-13add const to castsJohann
2018-01-24Lint cleanup after C99 change CLFrank Barchard
2018-01-23Switch to C99 typesFrank Barchard
2017-10-04Fix odd length HammingDistanceFrank Barchard
2017-05-12Optimize Hamming Distance C code to do 64 bits at a time.Frank Barchard
2017-05-09Remove volatile from variables to improve performanceFrank Barchard
2017-05-08Hamming code difference of 2 memory blocksFrank Barchard
2015-08-18xmmword cast for clangFrank Barchard
2014-01-09compare_common visual c portfbarchard@google.com
2014-01-07Switch to c style casts for all source and includes.fbarchard@google.com
2013-12-03yasm ALIGN uppercasefbarchard@google.com
2013-04-24remove empty last linefbarchard@google.com
2013-01-28Replace two spaces with one after .fbarchard@google.com
2012-10-22Move compare modules into their own files, and scale for mipsfbarchard@google.com
2012-10-20Move compare low levels into their own files, for consistency with NEON.fbarchard@google.com