Jira Link: DB-18012
Description
Currently, our binaries are built for the Ivy Bridge architecture without AVX support. However, USearch's distance functions are more effective when built with AVX.
Since USearch supports dynamic CPU dispatch, we can build it with multiple implementations. This allows the library to automatically select the optimal distance function based on the user's CPU capabilities.
Issue Type
kind/enhancement
Warning: Please confirm that this issue does not contain any sensitive information