Skip to content

Simd v4.2.67

Compare
Choose a tag to compare
@ermig1979 ermig1979 released this 03 Jul 12:55
· 2368 commits to master since this release

Algorithms

New features
  • NEON optimization of function NeuralConvolutionForward.
  • Extension of functionality of SynetEltwiseLayerForward.
  • SSE2, AVX2 and AVX-512BW optimizations of function BayerToBgra.
  • SSSE3, AVX2 and AVX-512BW optimizations of function BayerToBgr.
Bug fixing
  • Visual Studio warning (NOMINMAX macro redefinition) in file SimdEnable.h.

Test framework

New features
  • Tests for verifying functionality of NEON optimization of function NeuralConvolutionForward.
  • Tests for verifying functionality of SSE2, AVX2 and AVX-512BW optimizations of function BayerToBgra.
  • Tests for verifying functionality of SSSE3, AVX2 and AVX-512BW optimizations of function BayerToBgr.

Infrastructure

New features
  • SIMD_TEST option in CMakeLists.txt.
  • Library building in arbitrary directory.
  • Library building with using of MinGW.
  • New release storing site (github.com).

Documentation

New features
  • An example for function View::Ref.