Skip to content
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

Use clang's nontemporal builtins, if available #1086

Merged
merged 2 commits into from
Oct 19, 2023

Conversation

mr-c
Copy link
Collaborator

@mr-c mr-c commented Oct 19, 2023

  • sse{,2,4.1}, avx{,2} *_stream_{,load}*: use __builtin_nontemporal_{load,store}
  • sse _mm_movemask_ps: remove unused code

Fixes: #938

@mr-c mr-c force-pushed the nontemporal branch 7 times, most recently from 60221bb to 35226c8 Compare October 19, 2023 13:38
@mr-c mr-c merged commit 6ce6030 into simd-everywhere:master Oct 19, 2023
79 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check Apple fork of sse2neon
1 participant