Skip to content

Add SVE2 FillBgr optimization#477

Merged
ermig1979 merged 1 commit into
devfrom
cursor/sve2-fill-bgr-c033
Jun 18, 2026
Merged

Add SVE2 FillBgr optimization#477
ermig1979 merged 1 commit into
devfrom
cursor/sve2-fill-bgr-c033

Conversation

@ermig1979

@ermig1979 ermig1979 commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add SVE2 FillBgr implementation using contiguous byte stores with vector-length-aware tail masks.
  • Wire SimdFillBgr dispatch and SVE2 auto-test coverage.
  • Update 7.2.163 release notes.

Testing

  • cmake ./prj/cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc -DSIMD_TOOLCHAIN="g++" -DSIMD_TARGET="" -DSIMD_AVX512VNNI=ON -DSIMD_AMXBF16=ON -DSIMD_TEST_FLAGS="-march=native" -DSIMD_SHARED=ON
  • cmake --build build --parallel$(nproc)
  • export LD_LIBRARY_PATH="/workspace/build:$LD_LIBRARY_PATH" && ./Test "-r=.." -fi=FillBgr -tt=1 -ts=1
  • aarch64-linux-gnu-g++ -std=c++11 -fsyntax-only -march=armv8.6-a+sve2 -I src src/Simd/SimdSve2Fill.cpp
Open in Web Open in Cursor 

Co-authored-by: Ihar Yermalayeu <ermig1979@gmail.com>
@ermig1979 ermig1979 marked this pull request as ready for review June 18, 2026 14:48
@ermig1979 ermig1979 merged commit 1130d43 into dev Jun 18, 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