-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x86simdsort::object_qsort for int16_t #189
Comments
undefined reference to `void x86simdsort::keyvalue_qsort<short, unsigned int>(short*, unsigned int*, unsigned long, bool, bool)' |
@Serge-sudo Currently |
Yep. I just wanted to use int16_t for faster result, as in one simd instruction we can fit two times more int16 than int32 |
Right, unfortunately we don't have a SIMD implementation for keyvalue sort which the objectsort relies on. |
Is it something hard to implement ?, or just unusable? The function x86simdsort::qsort can work over int16 just fine. |
Not really, just haven't prioritized it for lack of a use case it can benefit from. |
x86simdsort::object_qsort for object with extractor return type int16_t does not work
The text was updated successfully, but these errors were encountered: