-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Untag dispatch get
for pair
#2756
Untag dispatch get
for pair
#2756
Conversation
Nice catch and great cleanup! 😻 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've asked for way too many additional changes; I'll make them myself.
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks again for finding and improving the throughput and debug codegen of these functions! 😺 🎉 🚀 |
Co-authored-by: Casey Carter <Casey@Carter.net>
Towards #189.
Error message is emitted by
tuple_element_t
if_Idx >= 2
, so it is not needed to be repeated inget
.