cmuparlay / ParlayANN

A library of algorithms for approximate nearest neighbor search in high dimensions, along with a set of useful tools for designing such algorithms.
MIT License
108 stars 23 forks source link

Fix for #10 Broken SIMD L2Sqr distance computation #11

Closed larsgottesbueren closed 11 months ago

larsgottesbueren commented 11 months ago

See issue #10 for a description. Fix: Process the end of a vector without SIMD.