From 6e840eeab2dc792653edb244ccd0cab2968929b0 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 24 Aug 2026 11:58:40 +0000 Subject: [PATCH] Refactor Simd::FillFrame to use Simd::Fill. Implement the C++ wrapper with four Simd::Fill calls on View regions instead of forwarding to SimdFillFrame. Update docs and compare the wrapper with the C API in FillFrame tests. Co-authored-by: igor.ermolaev --- docs/2026.html | 1 + docs/help/group__filling.html | 4 ++-- src/Simd/SimdLib.hpp | 11 +++++++---- src/Test/TestFill.cpp | 5 +++++ 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/2026.html b/docs/2026.html index 39b8c90114..0c9649226e 100644 --- a/docs/2026.html +++ b/docs/2026.html @@ -113,6 +113,7 @@
Improving
  • SVE2 optimizations of function GetObjectMoments.
  • SVE2 optimizations of function DescrIntCosineDistance.
  • SVE2 optimizations of function DescrIntCosineDistancesMxNa.
  • +
  • C++ wrapper Simd::FillFrame.
  • Renaming