rapidfuzz / RapidFuzz

Rapid fuzzy string matching in Python using various string metrics
https://rapidfuzz.github.io/RapidFuzz/
MIT License
2.61k stars 116 forks source link

add simd binaries to pyinstaller #391

Closed maxbachmann closed 2 months ago

maxbachmann commented 2 months ago

https://github.com/rapidfuzz/RapidFuzz/blob/main/src/rapidfuzz/__pyinstaller/hook-rapidfuzz.py should list the avx2 and sse2 targets. This requires some testing so this doesn't break it on targets which don't have these versions.