We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if the user could choose out of a small collection of examples...
E.g., here is another example...
__m128i Delta(__m128i curr, __m128i prev) { __m128i a = _mm_alignr_epi8(curr, prev, 12); return _mm_sub_epi32(curr, a); }
c.c. @pmntang
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be nice if the user could choose out of a small collection of examples...
E.g., here is another example...
c.c. @pmntang
The text was updated successfully, but these errors were encountered: