Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sqliteai/sqlite-vector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.92
Choose a base ref
...
head repository: sqliteai/sqlite-vector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.93
Choose a head ref
  • 19 commits
  • 11 files changed
  • 4 contributors

Commits on Feb 19, 2026

  1. Fix build support for RISCV64

    HWCAP_NEON does not seem to be defined for the RISCV-64 arch (understandably).
    
    To avoid build issues hide it behind the ifdef
    afonso360 committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    d8f15d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Configuration menu
    Copy the full SHA
    01dd1ee View commit details
    Browse the repository at this point in the history
  2. Add exact distance tests

    afonso360 committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    286afc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    160ab32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8686ee2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2026

  1. Configuration menu
    Copy the full SHA
    ae023f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0570383 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0954b5a View commit details
    Browse the repository at this point in the history
  4. distance-rvv: Use vsetvlmax

    afonso360 committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    500ba02 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2026

  1. Configuration menu
    Copy the full SHA
    687a357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ee8612 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47100b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Configuration menu
    Copy the full SHA
    344b8c6 View commit details
    Browse the repository at this point in the history
  2. Cleanup debug code

    afonso360 committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    9d3d39c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Merge pull request #44 from afonso360/riscv-rvv

    Add Distance functions for RISC-V Vector extensions
    marcobambini authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    d9c89b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Update README.md

    marcobambini authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    6b9b408 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. Configuration menu
    Copy the full SHA
    2078620 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #46 from alealv/fix/flutter-ios-simulator-native-a…

    …sset
    
    Fix Flutter iOS simulator native asset packaging
    marcobambini authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    bda1841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f057106 View commit details
    Browse the repository at this point in the history
Loading