aboutsummaryrefslogtreecommitdiff
path: root/source/compare_win.cc
AgeCommit message (Expand)Author
2021-04-22Switch win32 to row_gcc for clangcl.Frank Barchard
2018-01-24Lint cleanup after C99 change CLFrank Barchard
2018-01-23Switch to C99 typesFrank Barchard
2017-10-23HammingDistance_X86 using popcnt assemblyFrank Barchard
2017-10-17mingw fix ifdefs to use gcc sourceFrank Barchard
2017-05-24Fix data races in libyuv::TestCpuFlag().Frank Barchard
2017-05-12use __popcnt for visual c HammingDistance_X86Frank Barchard
2016-11-07clang-format libyuvFrank Barchard
2015-08-18xmmword cast for clangFrank Barchard
2015-08-17Using the visual C source allows clangcl to fallback seamlessly to visual c, ...Frank Barchard
2015-06-09rename source files from row_posix.cc etc to row_gcc.cc to avoid gyp build fi...fbarchard@google.com
2015-05-14include posix source for 64 bit clang builds.fbarchard@google.com
2015-05-02make windows code built with clangcl include the _posix source code.fbarchard@google.com
2015-04-12Remove code alignment declspec from Visual C versions for vs2014 compatibility.fbarchard@google.com
2015-03-19Enable assembly for clangcl build on Windows. Previously assembly was disabl...fbarchard@google.com
2014-11-24Remove loop alignment for benefit of modern cpus that dont require alignment.fbarchard@google.com
2014-11-20Move sub before branch for loops.fbarchard@google.com
2014-09-30Remove alignment constraint for SSE2. Allows the optimized function to be use...fbarchard@google.com
2013-12-03yasm ALIGN uppercasefbarchard@google.com
2013-12-02Reduce alignment for loops from 16 bytes to 4 bytes. Reduces outer loop over...fbarchard@google.com
2013-09-17AVX2 hash using vex128 as first step.fbarchard@google.com
2013-08-08Port compare functions to Naclfbarchard@google.com
2013-08-02replace static const with static to avoid internal compiler error with gccfbarchard@google.com
2013-06-04gcc msys compile ifdefs avoid Visual C inlinefbarchard@google.com
2013-04-24remove empty last linefbarchard@google.com
2013-04-04Move vzeroupper to row functions to simplify caller and allow mix of avx2 and...fbarchard@google.com
2013-02-27Change YUV_DISABLE_ASM to LIBYUV_DISABLE_NEON, LIBYUV_DISABLE_MIPS, LIBYUV_DI...fbarchard@google.com
2013-02-14Use vmovd to avoid switch to sse modefbarchard@google.com
2013-02-13Sum of Square Error ported to AVX2fbarchard@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