Added SIMD version of L2 distance

This commit is contained in:
Andrew Kane
2024-04-07 20:22:19 -07:00
parent 9ed39cee67
commit 925aa4e048
2 changed files with 30 additions and 1 deletions

View File

@@ -123,6 +123,6 @@ jobs:
- uses: ankane/setup-postgres-valgrind@v1
with:
postgres-version: 16
- run: make
- run: make OPTFLAGS=""
- run: sudo --preserve-env=PG_CONFIG make install
- run: make installcheck