aboutsummaryrefslogtreecommitdiff
path: root/source/compare_neon64.cc
AgeCommit message (Expand)Author
2020-11-03Scale by even factor low level row functionFrank Barchard
2020-03-21Upstream all libyuv changes to version 1746 Prefetch for all arm functions - ...Frank Barchard
2018-01-24Lint cleanup after C99 change CLFrank Barchard
2018-01-23Switch to C99 typesFrank Barchard
2017-09-14fix clang-format-ing for row arm functionsFrank Barchard
2017-08-04scale float samples and return max valueFrank Barchard
2017-06-09Remove ARM NaCL macros from sourceFrank Barchard
2017-06-07Hamming Distance using 16 bit accumulatorsFrank Barchard
2017-06-07Port HammingDistance_NEON 32 bit code to 64 bitFrank 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
2015-08-04remove align directivesFrank Barchard
2015-05-04fix for warning on ios 64 bit that int width doesnt match %2 size which is 64...fbarchard@google.com
2014-09-15change vector range notation to a list of registers for clang compatibility. ...fbarchard@google.com