### Description 使用的node sdk运行,构建的机器是支持AVX的,但是部分用户机器CPU比较老,不支持AVX,导致奔溃,node sdk有提供非AVX的版本吗? <img width="1480" height="736" alt="Image" src="https://github.com/user-attachments/assets/d4411add-a9c7-4513-adfe-f1b6b3937b19" /> ### Steps to Reproduce ```python 1. bun + hono.js 2. 引入zvec node sdk 3. 老旧CPU机器运行 ``` ### Logs / Stack Trace ```shell ``` ### Operating System 群晖 ### Build & Runtime Environment J1900 ### Additional Context - [ ] I've checked `git status` — no uncommitted submodule changes - [ ] I built with `CMAKE_BUILD_TYPE=Debug` - [ ] This occurs with or without `COVERAGE=ON` - [ ] The issue involves Python ↔ C++ integration (pybind11)
Description
使用的node sdk运行,构建的机器是支持AVX的,但是部分用户机器CPU比较老,不支持AVX,导致奔溃,node sdk有提供非AVX的版本吗?
Steps to Reproduce
Logs / Stack Trace
Operating System
群晖
Build & Runtime Environment
J1900
Additional Context
git status— no uncommitted submodule changesCMAKE_BUILD_TYPE=DebugCOVERAGE=ON