Fixed locking for parallel HNSW index builds - fixes #635

This commit is contained in:
Andrew Kane
2024-08-04 11:27:51 -07:00
parent 020d3edaa9
commit 57fb706242
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
## 0.7.4 (unreleased)
- Fixed locking for parallel HNSW index builds
- Fixed compilation error with GCC 14 on i386 when SSE2 is not enabled
## 0.7.3 (2024-07-22)