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
999 stars 59 forks source link

Fix: _Float16 warnings #125

Closed MarkReedZ closed 5 months ago

MarkReedZ commented 5 months ago

Changed all references for _Float16 to simsimd_f16_t

This has not been tested on sapphire rapids yet, but simsimd_f16_t is _Float16 so this seems innocuous.

Fixes https://github.com/ashvardanian/SimSIMD/issues/122