Skip to content

Simd v5.3.131

Compare
Choose a tag to compare
@ermig1979 ermig1979 released this 01 Nov 07:25
· 391 commits to master since this release

Algorithms

New features
  • NEON optimizations of function DescrIntCosineDistance.
  • NEON optimizations of function DescrIntCosineDistancesMxNa.
  • NEON optimizations of function DescrIntCosineDistancesMxNp.
Improving
  • NEON optimizations of function DescrIntDecode32f.
  • NEON optimizations of function CorrelationSum.
  • Base implementation and SSE4.1 optimizations of ImageJpegLoader class.
Bug fixing
  • Error in defenition of SIMD_CPP_2011_ENABLE macro for Visual Studio.
  • Error in defenition of SIMD_CPP_2014_ENABLE macro for Visual Studio.
  • Error in defenition of SIMD_CPP_2017_ENABLE macro for Visual Studio.
  • Compiler warning in method Detection::InitLevels.
  • Compiler warning in method Detection::FillLevels.

Infrastructure

New features
  • Cmake SIMD_UNINSTALL option.
  • Cmake SIMD_INSTALL option.

The use examples

New features
  • An example how to use Simd::ImageMatcher to find image duplicates.