Skip to content

Rename NeuralAddVectorMultipliedByValue to SynetAddVectorMultipliedByValue - #815

Merged
ermig1979 merged 1 commit into
devfrom
cursor/synet-add-vector-multiplied-by-value-29b8
Aug 4, 2026
Merged

Rename NeuralAddVectorMultipliedByValue to SynetAddVectorMultipliedByValue#815
ermig1979 merged 1 commit into
devfrom
cursor/synet-add-vector-multiplied-by-value-29b8

Conversation

@ermig1979

@ermig1979 ermig1979 commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • Rename SimdNeuralAddVectorMultipliedByValue / Simd::NeuralAddVectorMultipliedByValue to SimdSynetAddVectorMultipliedByValue / Simd::SynetAddVectorMultipliedByValue.
  • Move Base, SSE4.1, AVX2, AVX-512BW, NEON, and SVE2 implementations from *Neural.cpp into dedicated *SynetMath.cpp files.
  • Move the auto-test from TestNeural.cpp to TestSynetMath.cpp, update VS2022 projects, and refresh release 7.2.165 notes in docs/2026.html.

Test plan

  • Configure and build with CMake (Release, g++, shared).
  • Run ./Test "-r=.." -fi=SynetAddVectorMultipliedByValue -tt=1 -ts=1 — all tests finished successfully.
Open in Web Open in Cursor 

…Value.

Move architecture implementations into dedicated SynetMath.cpp files, relocate
the auto-test to TestSynetMath.cpp, update VS2022 projects, and refresh release
7.2.165 notes in docs/2026.html.

Co-authored-by: Ihar Yermalayeu <ermig1979@gmail.com>
@ermig1979
ermig1979 marked this pull request as ready for review August 4, 2026 11:15
@ermig1979
ermig1979 merged commit 6f1f5a9 into dev Aug 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants