You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for bringing this up! These methods are unsafe since they are annotated with target_feature(enable = "avx2") although hopefully that may not be required soon. I can add a safety section to the docs in the meantime explaining this since that's a good point.
That's a really great idea, thanks 👍 We'll probably change around the API a bit at some point (we'd like to support SSE2 without AVX2 for example) so we can definitely add something like that in.
It isn't clear what conditions are required to call the
Avx2
searcher methods.The text was updated successfully, but these errors were encountered: