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

Need support for __ashldi3 #2

Open
AngheloAlf opened this issue Nov 8, 2023 · 0 comments
Open

Need support for __ashldi3 #2

AngheloAlf opened this issue Nov 8, 2023 · 0 comments

Comments

@AngheloAlf
Copy link
Member

GCC can emit a call for __ashldi3 for a left shift between int64_t when using -Os. GCC won't emit this call when using -Ofast, but it can still be good to have.

To recreate:

long long __ll_lshift(long long left, long long right) {
    return left << right;
}
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