From b8145111f9427d682c8582178005804343d84b43 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 24 Aug 2026 13:38:05 +0000 Subject: [PATCH] Add C++ wrapper Simd::SynetGatherElements. Add a C++ analogue of Synet::GatherElements in SimdSynet.hpp, a CheckCpp test, Doxygen notes for the C API, and release 7.2.165 documentation. Co-authored-by: igor.ermolaev --- docs/2026.html | 2 + prj/txt/DoxygenGroups.txt | 2 +- src/Simd/SimdLib.h | 8 ++ src/Simd/SimdSynet.hpp | 189 ++++++++++++++++++++++++++++++++++++++ src/Test/TestCheckCpp.cpp | 38 ++++++++ 5 files changed, 238 insertions(+), 1 deletion(-) diff --git a/docs/2026.html b/docs/2026.html index 8bf59e6abf..940986a59c 100644 --- a/docs/2026.html +++ b/docs/2026.html @@ -76,6 +76,7 @@
New features
  • C++ wrapper Simd::SynetAdd16b.
  • C++ wrapper Simd::SynetQuantizedAdd.
  • C++ wrapper Simd::SynetQuantizedMul.
  • +
  • C++ wrapper Simd::SynetGatherElements.
  • Improving