biovault / HDILib

HDILib is a library for the scalable analysis of large and high-dimensional data.
MIT License
6 stars 3 forks source link

Enabling SSE/AVX instructions for Annoy and HNSWLib. #21

Closed jeggermont closed 4 years ago

jeggermont commented 4 years ago

Enabling the use of SSE/AVX instructions for Annoy and HNSWLib when compiling with MSVC (other OS/compilers should do this by default). As suggested by Alexander Vieth.