-
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
Consolidate _mm_prefetch
#547
Comments
howjmay
added a commit
to howjmay/sse2neon
that referenced
this issue
Oct 30, 2022
howjmay
added a commit
to howjmay/sse2neon
that referenced
this issue
Oct 30, 2022
howjmay
added a commit
to howjmay/sse2neon
that referenced
this issue
Oct 30, 2022
howjmay
added a commit
to howjmay/sse2neon
that referenced
this issue
Oct 30, 2022
howjmay
added a commit
to howjmay/sse2neon
that referenced
this issue
Oct 30, 2022
Evan Nemerson, the original author of SIMDe, commented as following:
@howjmay, you should check if the generated code with |
howjmay
added a commit
to howjmay/sse2neon
that referenced
this issue
Nov 2, 2022
howjmay
added a commit
to howjmay/sse2neon
that referenced
this issue
Nov 2, 2022
howjmay
added a commit
to howjmay/sse2neon
that referenced
this issue
Nov 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current
_mm_prefetch
does not behave as Intel documentation states:We shall consolidate:
void _mm_prefetch(char const *p, int i)
test_simde_mm_prefetch
)The implementation from SIMDe:
Reference: SIMDe Issue #897.
The text was updated successfully, but these errors were encountered: