-
Notifications
You must be signed in to change notification settings - Fork 131
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
[Umbrella] X86 specific builtins/intrinsics #1404
Comments
I would really like to take on this issue. Can i get assigned? |
@shrikardongre Great! I suggest picking a specific builtin which you would like to implement and create an issue for it, referring to this one. I can assign it to you. |
Yeah sure ,Thanks . |
if (BuiltinID == Builtin::BI__builtin_cpu_is) Just curious why are these to be handled seperately ? |
#1414 is related to this |
Currently, we only support one builtin/intrinsics
_mm_clflush
#1397, there are plenty of similar functions to implement. We support more AArch64 builtins/intrinsics than X86. They are good reference for implementing X86 builtins/intrinsics #589The text was updated successfully, but these errors were encountered: