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

[CIR][CIRGen][builtin] handle _mm_prefetch #1414

Open
shrikardongre opened this issue Feb 26, 2025 · 2 comments
Open

[CIR][CIRGen][builtin] handle _mm_prefetch #1414

shrikardongre opened this issue Feb 26, 2025 · 2 comments
Assignees

Comments

@shrikardongre
Copy link
Contributor

_mm_prefetch is an intrinsic function used to preload data into the CPU cache to improve performance. I' ll try to implement it in this issue by taking reference of #1397 .

@shrikardongre
Copy link
Contributor Author

please review the PR #1427 , Thanks.

@shrikardongre
Copy link
Contributor Author

Please review the draft PR #1522 . @bcardosolopes @FantasqueX .
Thank you .

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

No branches or pull requests

1 participant