Skip to content

Replace compile-time SIMD detection with Highway runtime target in vectorlite_info()#44

Merged
1yefuwang1 merged 6 commits intomainfrom
copilot/update-vectorlite-info-function
Feb 22, 2026
Merged

Replace compile-time SIMD detection with Highway runtime target in vectorlite_info()#44
1yefuwang1 merged 6 commits intomainfrom
copilot/update-vectorlite-info-function

Conversation

Copy link
Contributor

Copilot AI commented Feb 14, 2026

The Highway runtime best target already supersedes the compile-time DetectSIMD() output. Remove the redundant "built with" string.

  • Remove DetectSIMD() call and util.h include from sqlite_functions.cpp
  • Simplify output format to: vectorlite extension version X.Y.Z. Best SIMD target in use: <target>
  • Update docs in README.md and doc/markdown/api.md
select vectorlite_info();
-- Before: "vectorlite extension version 0.1.0, built with AVX. Best SIMD target in use: AVX2"
-- After:  "vectorlite extension version 0.1.0. Best SIMD target in use: AVX2"

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 4 commits February 14, 2026 04:20
…at runtime

Co-authored-by: 1yefuwang1 <18023393+1yefuwang1@users.noreply.github.com>
Co-authored-by: 1yefuwang1 <18023393+1yefuwang1@users.noreply.github.com>
Co-authored-by: 1yefuwang1 <18023393+1yefuwang1@users.noreply.github.com>
Co-authored-by: 1yefuwang1 <18023393+1yefuwang1@users.noreply.github.com>
Copilot AI changed the title [WIP] Update vectorlite_info SQLite function for SIMD instruction set Include Highway runtime SIMD target in vectorlite_info() Feb 14, 2026
Copilot AI requested a review from 1yefuwang1 February 14, 2026 04:24
@1yefuwang1 1yefuwang1 marked this pull request as ready for review February 14, 2026 04:30
… Highway runtime best target

Co-authored-by: 1yefuwang1 <18023393+1yefuwang1@users.noreply.github.com>
Copilot AI changed the title Include Highway runtime SIMD target in vectorlite_info() Replace compile-time SIMD detection with Highway runtime target in vectorlite_info() Feb 22, 2026
@1yefuwang1 1yefuwang1 merged commit 0141ac3 into main Feb 22, 2026
6 checks passed
@1yefuwang1 1yefuwang1 deleted the copilot/update-vectorlite-info-function branch February 22, 2026 15:46
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