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

Bug: CMake note #225

Open Spixmaster opened 2 weeks ago

Spixmaster commented 2 weeks ago

Describe the bug

Unused option.

cc1: note: unrecognized command-line option '-Wno-tautological-constant-compare' may have been intended to silence earlier diagnostics

Steps to reproduce

Compile.

Expected behavior

No warning.

SimSIMD version

v5.9.10

Operating System

Arch Linux

Hardware architecture

x86

Which interface are you using?

C++ bindings

Contact Details

No response

Are you open to being tagged as a contributor?

Is there an existing issue for this?

Code of Conduct