ashvardanian / SimSIMD

Up to 200x Faster Dot Products & Similarity Metrics — for Python, Rust, C, JS, and Swift, supporting f64, f32, f16 real & complex, i8, and bit vectors using SIMD for both AVX2, AVX-512, NEON, SVE, & SVE2 📐
https://ashvardanian.com/posts/simsimd-faster-scipy/
Apache License 2.0
988 stars 59 forks source link

Install needed file #227

Closed Spixmaster closed 2 weeks ago

Spixmaster commented 2 weeks ago

This file is needed by usearch https://github.com/unum-cloud/usearch/blob/e7140e55967a4198f2bbd34987fa7597ebafa649/c/CMakeLists.txt#L5.

Spixmaster commented 2 weeks ago

These fixed are really needed. Please merge and publish a new version.

ashvardanian commented 2 weeks ago

There must be a different way to avoid the warning, but C23 is not a bad solution either. We may need to upgrade the remaining pipelines for Python, Rust, and JS as well 🤷‍♂️