-
Notifications
You must be signed in to change notification settings - Fork 211
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
Implement SSE4.2 text processing intrinsics #308
Comments
Hi, I was wondering if
These are all defined in |
Currently, sse2neon supports these SSE4.2 text processing intrinsics:
|
jserv
pushed a commit
that referenced
this issue
Dec 11, 2022
_mm_cmpistra, _mm_cmpistrc, _mm_cmpistro, _mm_cmpistrs, and _mm_cmpistrz are implemented. Close #308
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apache Impala adopts SSE2NEON along with partial SSE4.2 text processing intrinsics support in file be/src/util/sse-util.h:
cmpestrm
cmpestri
However, the above were neither optimized nor generic. Instead, we can provide the full-functioned instrinsics in SSE2NEON.
Reference:
The text was updated successfully, but these errors were encountered: