From e0085da8bac598a107029f5b2505111ea5f8293d Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Mon, 1 Sep 2025 23:45:03 -0700 Subject: [PATCH] fix: Update DiskANN submodule with ARM64 compiler flags fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Points to commit a0dc600 with architecture-specific compiler flags - Removes x86 SIMD flags on ARM64 Linux to fix compilation errors - Enables successful ARM64 Linux wheel builds 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- packages/leann-backend-diskann/third_party/DiskANN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/leann-backend-diskann/third_party/DiskANN b/packages/leann-backend-diskann/third_party/DiskANN index 3a1016e..a0dc600 160000 --- a/packages/leann-backend-diskann/third_party/DiskANN +++ b/packages/leann-backend-diskann/third_party/DiskANN @@ -1 +1 @@ -Subproject commit 3a1016e979c2782446a08d8703247b0d740d8dcf +Subproject commit a0dc60095d32be1e37edcaa035aad4d12c3eda66